Number of decimal digits to use in range values in legend.
Read-write property
[Visual Basic .NET] |
---|
Public Property NumDecimalDigits() As Integer |
[C#] |
---|
public int NumDecimalDigits {get; set;} |
[Managed C++] |
---|
public: __property int get_NumDecimalDigits(); |
[Unmanaged C++] |
---|
public: HRESULT get_NumDecimalDigits( long * pVal ); public: HRESULT put_NumDecimalDigits( long NumDecimalDigits ); |
[Java] |
---|
public int getNumDecimalDigits(); public void setNumDecimalDigits( int ); |