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

Property Value

Type: Int32

Implements

INChartDataSmootherResolution
See Also