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


Gets or sets the format string used by this axis.

Syntax

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

Return Value

A string representing the format used by values associated with this axis.

Example

Remarks

Tick labels and labels of elements bound to this axis will be formatted with this format string.
(This property applies to value axes)

See Also

© 2010 All Rights Reserved.