Value
| Meaning
|
ipcsNone
| This style formats the axis as a non-cartesian style axis that is placed along
the edge of the DataView. This is the default setting and represents the
original axis style of the Plot Components.
|
ipcsMaster
| This style formats the axis as a master cartesian axis. There must be one
axis that has the ipcsMaster style set. A master cartesian axis is centered along
perpendicular sides of the DataView.
|
ipcsChild
| This style formats the axis as a child cartesian axis. A child cartesian axis
is positioned perpendicular to the opposite axis type specified by the CartesianChildRefAxisName property, and the position is specified by the CartesianChildRefValue property of the child cartesian axis.
|