Click or drag to resize
INChartValueAxisDataSourceDoubleToString Method
Convert double value to string.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
string DoubleToString(
	double value,
	NChartValueAxis axis
)

Parameters

value
Type: SystemDouble
Value to convert.
axis
Type: NChart3D_UWPNChartValueAxis
Axis to convert value for.

Return Value

Type: String
String representation of the value.
See Also