Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
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}{signature:vb.net
vb.net
}
Public Property AxisCrossesMidCategory() As Boolean
Remarks

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

By default, this property is set to true.

...

{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}