Class AxisX2D
Implementation of the X Axis control.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisX2D : Axis2D<AxisXItem2D>, ISupportsDataAxis, ILogicalItem, IAxis2D, ISupportsDataAxisChanged
Constructors
AxisX2D()
Fields
AxisLineAlignmentProperty
Identifies the AxisLineAlignment dependency property.
Declaration
public static readonly DependencyProperty AxisLineAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AxisLineAlignment
Gets or sets the axis line alignment.
Declaration
public VerticalAlignment AxisLineAlignment { get; set; }
Property Value
System.Windows.VerticalAlignment
The axis line alignment. |
Methods
GetLength(Size)
Gets the length.
Declaration
protected override double GetLength(Size size)
Parameters
System.Windows.Size
size
The size. |
Returns
System.Double
|
Overrides
Telerik.Windows.Controls.Charting.Axis2D<Telerik.Windows.Controls.Charting.AxisXItem2D>.GetLength(System.Windows.Size)