RadCartesianChart
Class
Represents a chart control that visualizes data series over one or more axes.
Definition
Namespace:Telerik.Maui.Controls.Charts
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadCartesianChart : RadChartBase
Inheritance: objectRadLayoutRadChartBaseRadCartesianChart
Inherited Members
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: