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

Represents a decoration over a RadCartesianChart plot area. Adds major lines, connected to each Major tick of each axis.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public class CartesianChartGrid : ChartElement

Inheritance: objectChartElementCartesianChartGrid

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

C#
public CartesianChartGrid()

Fields

MajorLineColorProperty

BindableProperty

Identifies the MajorLineColor property.

C#
public static readonly BindableProperty MajorLineColorProperty

Identifies the MajorLinesVisibility property.

C#
public static readonly BindableProperty MajorLinesVisibilityProperty

Identifies the MajorLineThickness property.

C#
public static readonly BindableProperty MajorLineThicknessProperty

Identifies the MajorXLineDashArray property.

C#
public static readonly BindableProperty MajorXLineDashArrayProperty

Identifies the MajorYLineDashArray property.

C#
public static readonly BindableProperty MajorYLineDashArrayProperty

Identifies the StripLinesVisibility property.

C#
public static readonly BindableProperty StripLinesVisibilityProperty

Identifies the XStripeAlternativeColor property.

C#
public static readonly BindableProperty XStripeAlternativeColorProperty

XStripeColorProperty

BindableProperty

Identifies the XStripeColor property.

C#
public static readonly BindableProperty XStripeColorProperty

Identifies the YStripeAlternativeColor property.

C#
public static readonly BindableProperty YStripeAlternativeColorProperty

YStripeColorProperty

BindableProperty

Identifies the YStripeColor property.

C#
public static readonly BindableProperty YStripeColorProperty

Properties

Gets or sets the MajorXLineColor.

C#
public Color MajorLineColor { get; set; }

Gets or sets the MajorLinesVisibility.

C#
public GridLineVisibility MajorLinesVisibility { get; set; }

Gets or sets the MajorXLineThickness.

C#
public double MajorLineThickness { get; set; }

Gets or sets the MajorXLineDashArray.

C#
public double[] MajorXLineDashArray { get; set; }

Gets or sets the MajorYLineDashArray.

C#
public double[] MajorYLineDashArray { get; set; }

Gets or sets the StripLinesVisibility.

C#
public GridLineVisibility StripLinesVisibility { get; set; }

Gets or sets the XStripeAlternativeColor.

C#
public Color XStripeAlternativeColor { get; set; }

Gets or sets the XStripeColor.

C#
public Color XStripeColor { get; set; }

Gets or sets the YStripeAlternativeColor.

C#
public Color YStripeAlternativeColor { get; set; }

Gets or sets the YStripeColor.

C#
public Color YStripeColor { get; set; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool