Click or drag to resize
NChartRemoveScaleLegend Method
Remove scale legend.

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

Parameters

scaleLegend
Type: NChart3D_UWPNChartScaleLegend
Scale legend to remove.
See Also