INChartDataSmootherResolution 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 int Resolution { get; set; }
Property Resolution As Integer
Get
Set
property int Resolution {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also