If your value has less digits after decimal then is set here, zeroes will be added
Namespace:
am.ChartsAssembly: am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Nullable<byte> DigitsAfterDecimal { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DigitsAfterDecimal As Nullable(Of Byte) |
| Visual C++ |
|---|
public: property Nullable<unsigned char> DigitsAfterDecimal { Nullable<unsigned char> get (); void set (Nullable<unsigned char> value); } |