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:
public class RadCartesianChart : RadChartBase, IView, IElement, ITransform
Inheritance: objectRadViewRadChartBaseRadCartesianChart
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadCartesianChart class.
public RadCartesianChart()
Fields
GridProperty
BindableProperty
Identifies the Grid property.
public static readonly BindableProperty GridProperty
HorizontalAxisProperty
BindableProperty
Identifies the HorizontalAxis property.
public static readonly BindableProperty HorizontalAxisProperty
VerticalAxisProperty
BindableProperty
Identifies the VerticalAxis property.
public static readonly BindableProperty VerticalAxisProperty
Properties
Gets the chart annotations collection.
public ObservableCollection<CartesianChartAnnotation> Annotations { get; }
Gets or sets the CartesianChartGrid used to decorate the chart plot area with major grid and strip lines.
public CartesianChartGrid Grid { get; set; }
Gets or sets the visual Axis instance that will be used to plot points along the horizontal (X) axis.
public CartesianAxis HorizontalAxis { get; set; }
Gets the series collection.
public ObservableCollection<CartesianSeries> Series { get; }
Gets or sets the visual Axis instance that will be used to plot points along the vertical (Y) axis.
public CartesianAxis VerticalAxis { get; set; }