Click or drag to resize
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; }

Property Value

Type: Single
See Also