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

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

Property Value

Type: NChartValue
See Also