Class StyleYAxisLabel
Axis label style
Inheritance
System.Object
StyleYAxisLabel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleYAxisLabel : StyleAxisLabel, IChartingStateManagedItem, IChartingStateManager, ICloneable, IPosition
Constructors
StyleYAxisLabel()
Declaration
public StyleYAxisLabel()
Properties
RotationAngle
Specifies label's rotation angle
Declaration
[SkinnableProperty]
public override float RotationAngle { get; set; }
Property Value
System.Single
|