Click or drag to resize
INChartScaleLegendDelegateStringRepresentationOfRange Method

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
string StringRepresentationOfRange(
	Nullable<double> from,
	Nullable<double> to,
	NChartScaleLegend scaleLegend
)

Parameters

from
Type: SystemNullableDouble
to
Type: SystemNullableDouble
scaleLegend
Type: NChart3D_UWPNChartScaleLegend

Return Value

Type: String
See Also