Click or drag to resize
NChartPeakDetectorValueDimension 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
public NChartValue ValueDimension { get; set; }

Property Value

Type: NChartValue

Implements

INChartPointAnalyzerValueDimension
See Also