Gets or sets whether minor tick mark values are calculated automatically.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public bool AutoMinor { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public Property AutoMinor As Boolean
	Get
	Set

Remarks

Setting the UnitMinor property automatically sets AutoMinor to false.

See Also