Click or drag to resize
INChartPointAnalyzer Interface
The INChartPointAnalyzer provides basic methods to scan the given array of chart points and perform some analytics.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public interface INChartPointAnalyzer

The INChartPointAnalyzer type exposes the following members.

Properties
  NameDescription
Public propertyStepDimension
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.
Public propertyValueDimension
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.
Top
Methods
See Also