AxisBaseFormatAxisValue Method |
LightningChart .NET Help
Format axis value to string.
Namespace:
Arction.Wpf.Charting.Axes
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic string FormatAxisValue(
double valueAtAxis,
string formatStringTime,
string formatStringValue
)
Public Function FormatAxisValue (
valueAtAxis As Double,
formatStringTime As String,
formatStringValue As String
) As String
public:
String^ FormatAxisValue(
double valueAtAxis,
String^ formatStringTime,
String^ formatStringValue
)
Parameters
- valueAtAxis
- Type: SystemDouble
Value. - formatStringTime
- Type: SystemString
Format string, applied when axis type is time. - formatStringValue
- Type: SystemString
Format string, applied when axis type is number or map coordinates.
Return Value
Type:
StringFormatted axis value as string.
See Also