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