Page tree

Versions Compared

Key

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

Excerpt

Specifies the number of MajorUnits between axis labels and major tick marks for time-scaled axes.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Specifies the number of [MajorUnits|CategoryAxis.MajorUnit] between axis labels and major tick marks for time-scaled axes.{excerpt}
{signature:C#}
 public int MajorUnitValue{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property MajorUnitValue() As Integer
Remarks
For more
{signature}
{remarks}
For more information, see the remarks in [MajorUnit
.The default value for
|CategoryAxis.MajorUnit].

The default value for newly-created charts is 1 day.

...


{remarks}
{scrollbar}