Gets or sets the general positioning of the axis.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [EditorAttribute(typeof(AxisCompassEditor), typeof(UITypeEditor))] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public CompassEnum Compass { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <EditorAttribute(GetType(AxisCompassEditor), GetType(UITypeEditor))> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Compass As CompassEnum Get Set |
Remarks
X may be set to North/South, Y and Y2 may be set to East/West.