.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Axis Class : NumberPrecision Property
NumberPrecision Property (Axis)
Gets or sets the number of decimal digits of this axis' format.
Syntax
'Declaration
 
Public Property NumberPrecision As Integer
'Usage
 
Dim instance As Axis
Dim value As Integer
 
instance.NumberPrecision = value
 
value = instance.NumberPrecision
public int NumberPrecision {get; set;}
Remarks
If not specified, this value will be determined automatically.
(Applies to value axes)
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also