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


This property sets and gets a format string used in the equation which is display on to the chart through a token.

Syntax

Visual Basic (Declaration)  
Public Shared ReadOnly Property FormatString As String
Visual Basic (Usage) Copy Code
Dim value As String
 
value = ForecastEngine.Options.FormatString
C#  
public static string FormatString {get;}

See Also