Class CartesianAxis
Represents an axis used to plot points within a RadCartesianChart instance.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public abstract class CartesianAxis : LineAxis, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
CartesianAxis()
Declaration
protected CartesianAxis()
Fields
HorizontalLocationProperty
Identifies the HorizontalLocation dependency property.
Declaration
public static readonly DependencyProperty HorizontalLocationProperty
Field Value
System.Windows.DependencyProperty
|
VerticalLocationProperty
Identifies the VerticalLocation dependency property.
Declaration
public static readonly DependencyProperty VerticalLocationProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HorizontalLocation
Gets or sets the horizontal location of the axis in relation to the plot area.
Declaration
public AxisHorizontalLocation HorizontalLocation { get; set; }
Property Value
AxisHorizontalLocation
The horizontal location. |
IsStepRecalculationOnZoomEnabled
Gets or sets a value indicating whether the axis should recalculate the actual step it uses when the chart gets zoomed.
Declaration
public bool IsStepRecalculationOnZoomEnabled { get; set; }
Property Value
System.Boolean
|
VerticalLocation
Gets or sets the vertical location of the axis in relation to the plot area.
Declaration
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value
AxisVerticalLocation
The vertical location. |