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 category axis major gridlines will be between categories, or in the middle of categories. Gridlines extend from the tick marks on an axis across the chart's plot area.

Signature
C#
C#
 public boolean AxisCrossesMidCategory{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property AxisCrossesMidCategory() As Boolean
{signature}
{remarks}
This property corresponds to the "Position Axis" property in the Axis Options in Excel.

By default, this property is set to true.
{remarks}
{scrollbar}
Remarks

This property corresponds to the "Position Axis" property in the Axis Options in Excel.

By default, this property is set to true.

Scrollbar