NChartMarkerResolution Property |
Resoution of the marker. Resolution is the amount of vertices that build the circle (sphere). It is used if marker's
shape is NChartMarkerShape.Circle or NChartMarkerShape.Sphere.
This value cannot be less than 3 and greater than 32.
See also Shape.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public uint Resolution { get; set; }
Public Property Resolution As UInteger
Get
Set
public:
virtual property unsigned int Resolution {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
Property Value
Type:
UInt32See Also