Class AxisY2D
Implementation of the Y Axis control.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisY2D : Axis2D<AxisYItem2D>, ISupportsDataAxis, ILogicalItem, IAxis2D, ISupportsDataAxisChanged
Constructors
AxisY2D()
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 HorizontalAlignment AxisLineAlignment { get; set; }
Property Value
System.Windows.HorizontalAlignment
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.AxisYItem2D>.GetLength(System.Windows.Size)