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; }
Public Property StepDimension As NChartValue
Get
Set
public:
virtual property NChartValue StepDimension {
NChartValue get () sealed;
void set (NChartValue value) sealed;
}
Property Value
Type:
NChartValueImplements
INChartDataSmootherStepDimensionSee Also