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 MinorUnits between minor tick marks for time-scaled axes.

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

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

...


{remarks}
{scrollbar}