AxisBaseGetLabelsFormat Method |
LightningChart .NET Help
Get last used label format string.
"E" is for 10 base log.
"e" is for Neper base log.
"" is for custom label format (unknown for chart).
Consider using String.Format(returned format string) to format values.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic string GetLabelsFormat()
Public Function GetLabelsFormat As String
public:
String^ GetLabelsFormat()
Return Value
Type:
StringFormat string for labels.
See Also