Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns a ChartLine object representing the major gridlines of the axis. Gridlines extend from the tick marks on an axis across the chart's plot area.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a [ChartLine|ChartLine] object representing the major gridlines of the axis. Gridlines extend from the tick marks on an axis across the chart's plot area.{excerpt}
{signature:C#}
 public ChartLine MajorGridline{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property MajorGridline() As ChartLine
{signature}
{scrollbar}