Gets or sets the text alignment within the axis display.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [XmlAttributeAttribute] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public StringAlignment Alignment { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <XmlAttributeAttribute> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property Alignment As StringAlignment Get Set |