Click or drag to resize
NChartDataSmootherSBezierStepDimension Property
Key of the value that should be interpreted as step dimension. Typically it is NChartValue.X (which is the default value), however for bar series it should be NChartValue.Y.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartValue StepDimension { get; set; }

Property Value

Type: NChartValue

Implements

INChartDataSmootherStepDimension
See Also