ClassCartesianAxis
Class
Represents an axis used to plot points within a RadCartesianChart instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class CartesianAxis : LineAxis, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterAxisLineAxisCartesianAxis
Derived Classes:
Implements:
Inherited Members
Constructors
CartesianAxis()
Declaration
cs-api-definition
protected CartesianAxis()
Fields
HorizontalLocationProperty
Identifies the HorizontalLocation dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty HorizontalLocationProperty
Field Value
DependencyProperty
VerticalLocationProperty
Identifies the VerticalLocation dependency property.
Declaration
cs-api-definition
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
cs-api-definition
public AxisHorizontalLocation HorizontalLocation { get; set; }
Property Value
The horizontal location.
VerticalLocation
Gets or sets the vertical location of the axis in relation to the plot area.
Declaration
cs-api-definition
public AxisVerticalLocation VerticalLocation { get; set; }
Property Value
The vertical location.