ClassCartesianAxis
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
CartesianAxis()
Declaration
protected CartesianAxis()
Fields
HorizontalLocationProperty
Identifies the HorizontalLocation dependency property.
Declaration
public static readonly DependencyProperty HorizontalLocationProperty
Field Value
DependencyProperty
VerticalLocationProperty
Identifies the VerticalLocation dependency property.
Declaration
public static readonly DependencyProperty VerticalLocationProperty
Field Value
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
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
VerticalLocation
Gets or sets the vertical location of the axis in relation to the plot area.
Declaration
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value
The vertical location.