Click or drag to resize
NChartValue Enumeration
The NChartValue enum provides constants to indicate values from the point states.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartValue
Members
  Member nameValueDescription
X0 X value.
Y1 Y value.
Z2 Z value.
Open3 Open value.
High4 High value.
Low5 Low value.
Close6 Close value.
See Also