NChartDataSmootherSplineResolution Property |
Resolution of the spline. Resolution is the number of subdivisions by the step dimension for each segment.
The default value is 32. The allowed value are [2 .. 1024].
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public int Resolution { get; set; }
Public Property Resolution As Integer
Get
Set
public:
virtual property int Resolution {
int get () sealed;
void set (int value) sealed;
}
Property Value
Type:
Int32Implements
INChartDataSmootherResolutionSee Also