INChartValueAxisDataSourceDoubleToString Method |
Convert double value to string.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax string DoubleToString(
double value,
NChartValueAxis axis
)
Function DoubleToString (
value As Double,
axis As NChartValueAxis
) As String
String^ DoubleToString(
[InAttribute] double value,
[InAttribute] NChartValueAxis^ axis
)
Parameters
- value
- Type: SystemDouble
Value to convert. - axis
- Type: NChart3D_UWPNChartValueAxis
Axis to convert value for.
Return Value
Type:
StringString representation of the value.
See Also