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