Class
RadCartesianChart

A chart that plots its data in a cartesian coordinate system.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class RadCartesianChart : RadChartBase, IView, IElement, ITransform

Inheritance: objectRadViewRadChartBaseRadCartesianChart

Implements: IElementITransformIView

Inherited Members RadChartBase.MaxZoomPropertyRadChartBase.PaletteNamePropertyRadChartBase.PalettePropertyRadChartBase.PanOffsetPropertyRadChartBase.SelectionPaletteNamePropertyRadChartBase.SelectionPalettePropertyRadChartBase.ZoomPropertyRadChartBase.IsDefaultValue(string)RadChartBase.ChartBehaviorsRadChartBase.IsOperationalRadChartBase.MaxZoomRadChartBase.PaletteRadChartBase.PaletteNameRadChartBase.PanOffsetRadChartBase.SelectionPaletteRadChartBase.SelectionPaletteNameRadChartBase.ZoomRadView.OnNativeControlLoaded()RadView.OnNativeControlUnloaded()RadView.OnPropertyChanged(string)RadView.OnHandlerChanged()

Constructors

RadCartesianChart()

Initializes a new instance of the RadCartesianChart class.

Declaration

cs-api-definition
public RadCartesianChart()

Fields

GridProperty

Identifies the Grid property.

Declaration

cs-api-definition
public static readonly BindableProperty GridProperty

Field Value

BindableProperty

HorizontalAxisProperty

Identifies the HorizontalAxis property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalAxisProperty

Field Value

BindableProperty

VerticalAxisProperty

Identifies the VerticalAxis property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalAxisProperty

Field Value

BindableProperty

Properties

Annotations

Gets the chart annotations collection.

Declaration

cs-api-definition
public ObservableCollection<CartesianChartAnnotation> Annotations { get; }

Property Value

ObservableCollection<CartesianChartAnnotation>

Grid

Gets or sets the CartesianChartGrid used to decorate the chart plot area with major grid and strip lines.

Declaration

cs-api-definition
public CartesianChartGrid Grid { get; set; }

Property Value

CartesianChartGrid

HorizontalAxis

Gets or sets the visual Axis instance that will be used to plot points along the horizontal (X) axis.

Declaration

cs-api-definition
public CartesianAxis HorizontalAxis { get; set; }

Property Value

CartesianAxis

Series

Gets the series collection.

Declaration

cs-api-definition
public ObservableCollection<CartesianSeries> Series { get; }

Property Value

ObservableCollection<CartesianSeries>

VerticalAxis

Gets or sets the visual Axis instance that will be used to plot points along the vertical (Y) axis.

Declaration

cs-api-definition
public CartesianAxis VerticalAxis { get; set; }

Property Value

CartesianAxis