dotnetCHARTING Send comments on this topic.
NumberPrecision Property
See Also 
dotnetCHARTING Namespace > Axis Class : NumberPrecision Property


Gets or sets the number of decimal digits of this axis' format.

Syntax

Visual Basic (Declaration) 
Public Property NumberPrecision As Integer
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As Integer
 
instance.NumberPrecision = value
 
value = instance.NumberPrecision
C# 
public int NumberPrecision {get; set;}

Example

Remarks

If not specified, this value will be determined automatically.
(Applies to value axes)

See Also

© 2010 All Rights Reserved.