Click or drag to resize
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 Value

Type: NChartValue
See Also