NChartScaleLegendScale Property |
Brush scale associated with the scale legend. The default value is null.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartBrushScale Scale { get; set; }
Public Property Scale As NChartBrushScale
Get
Set
public:
virtual property NChartBrushScale^ Scale {
NChartBrushScale^ get () sealed;
void set (NChartBrushScale^ value) sealed;
}
Property Value
Type:
NChartBrushScaleSee Also