Class RadCartesianChart
A chart that plots its data in a cartesian coordinate system.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RadCartesianChart : RadChartBase, IView, IElement, ITransform, IParentElement
Constructors
RadCartesianChart()
Fields
GridProperty
Identifies the Grid property.
Declaration
public static readonly BindableProperty GridProperty
Field Value
Microsoft.
|
HorizontalAxisProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalAxisProperty
Field Value
Microsoft.
|
VerticalAxisProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalAxisProperty
Field Value
Microsoft.
|
Properties
Annotations
Gets the chart annotations collection.
Declaration
public ObservableCollection<CartesianChartAnnotation> Annotations { get; }
Property Value
System.
|
Grid
Gets or sets the Cartesian
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
System.
|
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; }