Click or drag to resize
NChartAxisPositionCoordValue Enumeration
The NChartAxisPositionCoordValue enum provides constants to determine which value should be used to calculate the position coordinate of the particular axis.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartAxisPositionCoordValue
Members
  Member nameValueDescription
Custom0 The value is set by user.
Minimum1 Minimal value of the axis is obtained.
Maximum2 Maximal value of the axis is obtained.
See Also