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


This property sets and gets the number of decimal for the numbers used in the equations which can be display on to the chart through a token.

[C#]ForecastEngine.Options.NumberPrecision = 2 ;

[Visual Basic]
ForecastEngine.Options.NumberPrecision = 2

Syntax

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

See Also