Class AxisLabel2D
Represents AxisX labels in 2D.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisLabel2D : AxisItem2D, ILogicalItem
Constructors
AxisLabel2D()
Fields
RotationAngleProperty
Identifies the RotationAngle dependency property.
Declaration
public static readonly DependencyProperty RotationAngleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
RotationAngle
Gets or sets the rotation angle applied to the label.
Declaration
public double RotationAngle { get; set; }
Property Value
System.Double
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()