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

cs-api-definition
public abstract class CartesianAxis : LineAxis, IChartElementPresenter

Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisLineAxisCartesianAxis

Derived Classes: CategoricalAxisDateTimeContinuousAxisNumericalAxis

Implements: IChartElementPresenter

Inherited Members LineAxis.IsInversePropertyLineAxis.PanZoomBarStylePropertyLineAxis.OnApplyTemplate()LineAxis.OnAttached()LineAxis.OnDetached(RadChartBase)LineAxis.IsInverseLineAxis.PanZoomBarStyleAxis.LabelRotationAnglePropertyAxis.ShowLabelsPropertyAxis.LabelIntervalPropertyAxis.LabelFitModePropertyAxis.LabelTemplatePropertyAxis.LabelTemplateSelectorPropertyAxis.LabelStylePropertyAxis.LabelFormatPropertyAxis.MajorTickTemplatePropertyAxis.MajorTickStylePropertyAxis.TitleTemplatePropertyAxis.LineStrokePropertyAxis.LineDashArrayPropertyAxis.TitlePropertyAxis.ElementBrushPropertyAxis.MeasureNodeOverride(ChartNode, object)Axis.OnInitialized(EventArgs)Axis.OnCreateAutomationPeer()Axis.GetTickTemplate(TickType)Axis.LabelRotationAngleAxis.LastLabelVisibilityAxis.LabelFormatAxis.LabelOffsetAxis.ShowLabelsAxis.LabelFitModeAxis.LabelTemplateAxis.LabelTemplateSelectorAxis.LabelStyleAxis.LabelIntervalAxis.SmartLabelsModeAxis.LineDashArrayAxis.LineStrokeAxis.LineThicknessAxis.MajorTickOffsetAxis.TitleAxis.TitleTemplateAxis.MajorTickTemplateAxis.MajorTickStyleAxis.TickThicknessAxis.MajorTickLengthAxis.ElementBrushChartElementPresenter.OnPropertyChanged(DependencyPropertyChangedEventArgs)ChartElementPresenter.ZIndexChartElementPresenter.ChartPresenterBase.InfinitySizePresenterBase.InfinityPointPresenterBase.RefreshNode(ChartNode)PresenterBase.InvalidatePalette()PresenterBase.RefreshNodeCore(ChartNode)PresenterBase.CreateContentPresenter(object, DataTemplate)PresenterBase.RenderSurfaceRadControlBase.OnUnloaded(object, RoutedEventArgs)RadControlBase.OnLoaded(object, RoutedEventArgs)RadControlBase.IsLoadedRadControlBase.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.

IsStepRecalculationOnZoomEnabled

Gets or sets a value indicating whether the axis should recalculate the actual step it uses when the chart gets zoomed.

Declaration

cs-api-definition
public bool IsStepRecalculationOnZoomEnabled { get; set; }

Property Value

bool

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.