New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a chart control that visualizes data series over one or more axes.

Definition

Constructors

Initializes a new instance of the RadCartesianChart class.

C#
public RadCartesianChart()

Fields

GridProperty

BindableProperty

Identifies the Grid bindable property.

C#
public static readonly BindableProperty GridProperty

Properties

Gets the collection of axes displayed by the chart.

C#
public IList<ChartAxis> Axes { get; }

Gets or sets major Cartesian grid rendering settings.

C#
public CartesianChartGrid Grid { get; set; }

Gets the collection of plot areas used by axes and series.

C#
public IList<ChartPlotArea> PlotAreas { get; }

Methods

Updates chart element binding contexts when the chart binding context changes.

C#
protected override void OnBindingContextChanged()

Overrides: RadChartBase.OnBindingContextChanged()