Visibility - defines the visibility of the axis. Possible values are:
Automatic - the axis will automatically shown, if at least one series is displayed on it.
Visible - the axis is always visible.
Hidden - the axis is always hidden.
Scale Mode - defines the type of scale used on this axis. Possible values are:
Automatic - the axis will automatically determine the scale type based on the charting areas displayed on it.
Numeric - the axis will always use numeric scale (number, date time, value timeline or range timeline).
Categorical - currently ignored - will produce the same effect as Automatic.
Begin Percent - defines the start of the Y axis in percentages of the chart Y size.
End Percent - defines the end of the Y axis in percentages of the chart Y size.
Orientation - defines the axis orientation. The axis orientation is the side where labels appear when looking at the axis scale from its start point. For example a typical left Y axis will have Left orientation (labels are positioned on the left side of the plot area), whereas a right Y axis will typically have right orientation - labels are positioned on the right side of the plot are. Possible values are:
Auto - the axis will automatically determine its orientation based on its position (see below).
Left - the axis will always use left orientation regardless of its position.
Right - the axis will always use right orientation.
Position- defines the position of the Y axis. Possible values area:
Left - positions the axis at the left chart side (default for PrimaryY axis)
Right - positions the axis at the right chart side (default for SeconaryY axis)
Cross - the axis is positioned according to the X and Depth crossing settings (see below).
X Cross - defines the X crossing mode. Only applicable if Position is set to Cross. Possible values are:
Primary X At Value - crosses the primary X axis at the value specified by X Value
Primary X At Percent - crosses the primary X axis at the percent specified by X Percent
Secondary X At Value - crosses the secondary X axis at the value specified by X Value
Secondary X At Percent - crosses the secondary X axis at the percent specified by X PercentX Value - specifies the value of the X axis (Primary or Secondary) at which to position the Y axis. This property is only applicable when Position is set Cross and X Cross is set to some of the Cross At Value modes.
X Percent - specifies the percent along the X axis length (Primary or Secondary) at which to position the Y axis. This property is only applicable when Position is set Cross and X Cross is set to some of the Cross At Percent modes.
Depth Cross - defines the Depth crossing mode. Only applicable if Position is set to Cross. Possible values are:
At Value - crosses the depth axis at the value specified by Depth Value
At Percent - crosses the depth axis at the percent specified by Depth PercentDepth Value - specifies the value of the depth axis at which to position the Y axis. This property is only applicable when Position is set Cross and Depth Cross is set to At Value.
Depth Percent - specifies the percent along the depth axis at which to position the Y axis. This property is only applicable when Position is set Cross and Depth Cross is set to At Percent.