INChartScaleLegendDelegateStringRepresentationOfRange Method |
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax string StringRepresentationOfRange(
Nullable<double> from,
Nullable<double> to,
NChartScaleLegend scaleLegend
)
Function StringRepresentationOfRange (
from As Nullable(Of Double),
to As Nullable(Of Double),
scaleLegend As NChartScaleLegend
) As String
String^ StringRepresentationOfRange(
[InAttribute] Nullable<double>^ from,
[InAttribute] Nullable<double>^ to,
[InAttribute] NChartScaleLegend^ scaleLegend
)
Parameters
- from
- Type: SystemNullableDouble
- to
- Type: SystemNullableDouble
- scaleLegend
- Type: NChart3D_UWPNChartScaleLegend
Return Value
Type:
StringSee Also