NChartMarkerSize Property |
Size of the marker.
The size can be in any unit you want. It is rescaled to pixels with the help of
NChartSizeAxis. If no data source is set for size axis, units are interpreted as pixels.
See also NChartSizeAxis.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public float Size { get; set; }
Public Property Size As Single
Get
Set
public:
virtual property float Size {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also