Gets or sets whether major tick mark values are calculated automatically.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] public bool AutoMajor { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ Public Property AutoMajor As Boolean Get Set |
Remarks
Setting the UnitMajor property automatically sets
AutoMajor to false.