NChartScaleLegend Constructor |
Create scale legend with given brush scale.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartScaleLegend(
NChartBrushScale brushScale
)
Public Sub New (
brushScale As NChartBrushScale
)
public:
NChartScaleLegend(
[InAttribute] NChartBrushScale^ brushScale
)
Parameters
- brushScale
- Type: NChart3D_UWPNChartBrushScale
Brush scale for the scale legend.
See Also