Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Sets or returns whether the value (y) axis crosses the category (x) axis at the maximum category value.

Signature
C#
C#
 public boolean AxisCrossesMaxCategory{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property AxisCrossesMaxCategory() As Boolean
{signature}
{remarks}
This property can be found in Excel under the "Axis Options" for the category axis. It corresponds to the "At maximum category" choice under the "Vertical axis crosses:" section (or under "Horizontal Axis crosses" section for bar charts).

In new charts, the primary axis will have AxisCrossesMaxCategory set to false by default while the secondary axis will have AxisCrossesMaxCategory set to true. If this value is set to true, then the value of [CategoryAxis.ValueCrossingPoint] and [CategoryAxis.ValueCrossingPointAsDate] are ignored.
{remarks}
{scrollbar}
Remarks

This property can be found in Excel under the "Axis Options" for the category axis. It corresponds to the "At maximum category" choice under the "Vertical axis crosses:" section (or under "Horizontal Axis crosses" section for bar charts).

In new charts, the primary axis will have AxisCrossesMaxCategory set to false by default while the secondary axis will have AxisCrossesMaxCategory set to true. If this value is set to true, then the value of CategoryAxis.ValueCrossingPoint and CategoryAxis.ValueCrossingPointAsDate are ignored.

Scrollbar