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()
Declaration
public AxisLabel2D()
Fields
RotationAngleProperty
Identifies the Rotation
Declaration
public static readonly DependencyProperty RotationAngleProperty
Field Value
System.
|
Properties
RotationAngle
Gets or sets the rotation angle applied to the label.
Declaration
public double RotationAngle { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |