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