Class
CartesianAxis

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: CategoricalAxisDateTimeContinuousAxisNumericalAxis

Implements: IChartElementPresenterIElementPresenter

Inherited Members LineAxis.IsInversePropertyLineAxis.UnapplyTemplateCore()LineAxis.ApplyTemplateCore()LineAxis.IsInverseAxis.LabelRotationAnglePropertyAxis.MajorTickTemplatePropertyAxis.MajorTickStylePropertyAxis.TitleTemplatePropertyAxis.ShowLabelsPropertyAxis.LabelIntervalPropertyAxis.LabelFitModePropertyAxis.LabelTemplatePropertyAxis.LabelTemplateSelectorPropertyAxis.LabelStylePropertyAxis.LineStylePropertyAxis.TitlePropertyAxis.LabelFormatPropertyAxis.LabelFormatterPropertyAxis.LabelCreatorPropertyAxis.MeasureNodeOverride(Node, object)Axis.GetTickTemplate(TickType)Axis.OnAttached()Axis.OnDetached(RadChartBase)Axis.OnCreateAutomationPeer()Axis.LabelFormatterAxis.LabelCreatorAxis.LabelRotationAngleAxis.LineStyleAxis.LastLabelVisibilityAxis.LabelFormatAxis.MajorTickOffsetAxis.MajorTickLengthAxis.LabelOffsetAxis.ShowLabelsAxis.LabelFitModeAxis.TitleAxis.LabelTemplateAxis.LabelTemplateSelectorAxis.LabelStyleAxis.TitleTemplateAxis.MajorTickTemplateAxis.MajorTickStyleAxis.TickThicknessAxis.LabelIntervalChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(object)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(Node)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfacePresenterBase.CompositorPresenterBase.ContainerVisualRootRadControl.EndVisualStateUpdate(bool, bool)RadControl.UpdateVisualState(bool)RadControl.BeginVisualStateUpdate()RadControl.SetVisualState(string, bool)RadControl.CanUpdateVisualState()RadControl.ComposeVisualStateName()RadControl.MeasureOverride(Size)RadControl.ArrangeOverride(Size)RadControl.OnApplyTemplate()RadControl.OnIsEnabledChanged(bool, bool)RadControl.OnTemplateApplied()RadControl.LoadCore()RadControl.OnLoaded()RadControl.UnloadCore()RadControl.CurrentVisualStateRadControl.IsLoadedRadControl.IsLoadingRadControl.IsUnloadedRadControl.WasUnloadedRadControl.IsTemplateApplied

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

AxisHorizontalLocation

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

AxisVerticalLocation

The vertical location.