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
Wiki Markup
{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.{excerpt}
{signature:C#}
 public boolean AxisCrossesMidCategory{ get; set; }
{signature}{signature: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}