Class
CartesianChartGrid

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:

cs-api-definition
public class CartesianChartGrid : ChartElement

Inheritance: objectChartElementCartesianChartGrid

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

CartesianChartGrid()

Declaration

cs-api-definition
public CartesianChartGrid()

Fields

MajorLineColorProperty

Identifies the MajorLineColor property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorLineColorProperty

Field Value

BindableProperty

MajorLineThicknessProperty

Identifies the MajorLineThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorLineThicknessProperty

Field Value

BindableProperty

MajorLinesVisibilityProperty

Identifies the MajorLinesVisibility property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorLinesVisibilityProperty

Field Value

BindableProperty

MajorXLineDashArrayProperty

Identifies the MajorXLineDashArray property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorXLineDashArrayProperty

Field Value

BindableProperty

MajorYLineDashArrayProperty

Identifies the MajorYLineDashArray property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorYLineDashArrayProperty

Field Value

BindableProperty

StripLinesVisibilityProperty

Identifies the StripLinesVisibility property.

Declaration

cs-api-definition
public static readonly BindableProperty StripLinesVisibilityProperty

Field Value

BindableProperty

XStripeAlternativeColorProperty

Identifies the XStripeAlternativeColor property.

Declaration

cs-api-definition
public static readonly BindableProperty XStripeAlternativeColorProperty

Field Value

BindableProperty

XStripeColorProperty

Identifies the XStripeColor property.

Declaration

cs-api-definition
public static readonly BindableProperty XStripeColorProperty

Field Value

BindableProperty

YStripeAlternativeColorProperty

Identifies the YStripeAlternativeColor property.

Declaration

cs-api-definition
public static readonly BindableProperty YStripeAlternativeColorProperty

Field Value

BindableProperty

YStripeColorProperty

Identifies the YStripeColor property.

Declaration

cs-api-definition
public static readonly BindableProperty YStripeColorProperty

Field Value

BindableProperty

Properties

MajorLineColor

Gets or sets the MajorXLineColor.

Declaration

cs-api-definition
public Color MajorLineColor { get; set; }

Property Value

Color

MajorLineThickness

Gets or sets the MajorXLineThickness.

Declaration

cs-api-definition
public double MajorLineThickness { get; set; }

Property Value

double

MajorLinesVisibility

Gets or sets the MajorLinesVisibility.

Declaration

cs-api-definition
public GridLineVisibility MajorLinesVisibility { get; set; }

Property Value

GridLineVisibility

MajorXLineDashArray

Gets or sets the MajorXLineDashArray.

Declaration

cs-api-definition
public double[] MajorXLineDashArray { get; set; }

Property Value

double[]

MajorYLineDashArray

Gets or sets the MajorYLineDashArray.

Declaration

cs-api-definition
public double[] MajorYLineDashArray { get; set; }

Property Value

double[]

StripLinesVisibility

Gets or sets the StripLinesVisibility.

Declaration

cs-api-definition
public GridLineVisibility StripLinesVisibility { get; set; }

Property Value

GridLineVisibility

XStripeAlternativeColor

Gets or sets the XStripeAlternativeColor.

Declaration

cs-api-definition
public Color XStripeAlternativeColor { get; set; }

Property Value

Color

XStripeColor

Gets or sets the XStripeColor.

Declaration

cs-api-definition
public Color XStripeColor { get; set; }

Property Value

Color

YStripeAlternativeColor

Gets or sets the YStripeAlternativeColor.

Declaration

cs-api-definition
public Color YStripeAlternativeColor { get; set; }

Property Value

Color

YStripeColor

Gets or sets the YStripeColor.

Declaration

cs-api-definition
public Color YStripeColor { get; set; }

Property Value

Color

Methods

IsDefaultValue(string)

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

Declaration

cs-api-definition
public bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool