NChartAxisPositionCoord Properties |
The NChartAxisPositionCoord type exposes the following members.
Properties
| Name | Description |
---|
| HostsOnSAxis |
Flag determining if the position is calculated according to the secondary axis (true) or not (false).
|
| Value |
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.
|
| ValueType |
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 is assigned to and
HostsOnSAxis.
See also NChartAxisPositionCoordValue.
|
TopSee Also