Gets or sets the rotation angle in degrees of the label, overriding the
Rotation value set in the style. Applies only to label with Compass values
other than Radial and RadialText. Only non-zero values are applied.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultValueAttribute(0)] [XmlAttributeAttribute] public int RotationOverride { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultValueAttribute(0)> _ <XmlAttributeAttribute> _ Public Property RotationOverride As Integer Get Set |