Visual Basic (Declaration) | |
---|---|
Public Property FormatString As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string FormatString {get; set;} |
Return Value
A string representing the format used by values associated with this axis.
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)