FormatString Property (Axis)
Gets or sets the format string used by this axis.
Syntax
'Declaration Public Property FormatString As String
'Usage Dim instance As Axis Dim value As String instance.FormatString = value value = instance.FormatString
public string FormatString {get; set;}
Property Value
A string representing the format used by values associated with this axis.Remarks
Tick labels and labels of elements bound to this axis will be formatted with this format string.
(This property applies to value axes)
(This property 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