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