Click or drag to resize
NChartAddScaleLegend Method
Add scale legend.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void AddScaleLegend(
	NChartScaleLegend scaleLegend
)

Parameters

scaleLegend
Type: NChart3D_UWPNChartScaleLegend
Scale legend to add.
See Also