NChartBubbleSeriesScale Property |
Brush scale of the series used to color the map.
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:
NChartBrushScaleImplements
INChartSeriesScaleSee Also