Click or drag to resize
NChartAxisPositionCoord Properties

The NChartAxisPositionCoord type exposes the following members.

Properties
  NameDescription
Public propertyHostsOnSAxis
Flag determining if the position is calculated according to the secondary axis (true) or not (false).
Public propertyValue
Value of the coordinate. The default value is 0.
this property takes effect if ValueType is set to
NChartAxisPositionCoordValue.Custom
only. If some value is assigned to this property, ValueType is set to
NChartAxisPositionCoordValue.Custom
automatically.
Public propertyValueType
Type of the coordinate value.
If this property is set to
NChartAxisPositionCoordValue.Custom
, position is calculated based on Value. If
NChartAxisPositionCoordValue.Minimum
or
NChartAxisPositionCoordValue.Maximum
is set, position is calculated based on the corresponding axis' minimum or maximum respectively. The axis for the coordinate is chosen according to the actual property
NChartAxisPositionCoord
is assigned to and HostsOnSAxis. See also NChartAxisPositionCoordValue.
Top
See Also