Click or drag to resize
NChartScaleLegend Constructor
Create scale legend with given brush scale.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartScaleLegend(
	NChartBrushScale brushScale
)

Parameters

brushScale
Type: NChart3D_UWPNChartBrushScale
Brush scale for the scale legend.
See Also