AxisBaseTimeString Method |
LightningChart .NET Help
Converts time value to string by given format.
Handles also negative values and formats having more than three second fractions.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic string TimeString(
double valueAtAxis,
string formatStringTime
)
Public Function TimeString (
valueAtAxis As Double,
formatStringTime As String
) As String
public:
String^ TimeString(
double valueAtAxis,
String^ formatStringTime
)
Parameters
- valueAtAxis
- Type: SystemDouble
Value in seconds. - formatStringTime
- Type: SystemString
Time format string.
Return Value
Type:
StringFormatted string.
See Also