INChartPointAnalyzerStepDimension 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 NChartValue StepDimension { get; set; }
Property StepDimension As NChartValue
Get
Set
property NChartValue StepDimension {
NChartValue get ();
void set (NChartValue value);
}
Property Value
Type:
NChartValueSee Also