ClassCartesianChartGrid
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:
public class CartesianChartGrid : ChartElement
Inheritance: objectChartElementCartesianChartGrid
Inherited Members
Constructors
CartesianChartGrid()
Declaration
public CartesianChartGrid()
Fields
MajorLineColorProperty
Identifies the MajorLineColor property.
Declaration
public static readonly BindableProperty MajorLineColorProperty
Field Value
BindableProperty
MajorLineThicknessProperty
Identifies the MajorLineThickness property.
Declaration
public static readonly BindableProperty MajorLineThicknessProperty
Field Value
BindableProperty
MajorLinesVisibilityProperty
Identifies the MajorLinesVisibility property.
Declaration
public static readonly BindableProperty MajorLinesVisibilityProperty
Field Value
BindableProperty
MajorXLineDashArrayProperty
Identifies the MajorXLineDashArray property.
Declaration
public static readonly BindableProperty MajorXLineDashArrayProperty
Field Value
BindableProperty
MajorYLineDashArrayProperty
Identifies the MajorYLineDashArray property.
Declaration
public static readonly BindableProperty MajorYLineDashArrayProperty
Field Value
BindableProperty
StripLinesVisibilityProperty
Identifies the StripLinesVisibility property.
Declaration
public static readonly BindableProperty StripLinesVisibilityProperty
Field Value
BindableProperty
XStripeAlternativeColorProperty
Identifies the XStripeAlternativeColor property.
Declaration
public static readonly BindableProperty XStripeAlternativeColorProperty
Field Value
BindableProperty
XStripeColorProperty
Identifies the XStripeColor property.
Declaration
public static readonly BindableProperty XStripeColorProperty
Field Value
BindableProperty
YStripeAlternativeColorProperty
Identifies the YStripeAlternativeColor property.
Declaration
public static readonly BindableProperty YStripeAlternativeColorProperty
Field Value
BindableProperty
YStripeColorProperty
Identifies the YStripeColor property.
Declaration
public static readonly BindableProperty YStripeColorProperty
Field Value
BindableProperty
Properties
MajorLineColor
Gets or sets the MajorXLineColor.
Declaration
public Color MajorLineColor { get; set; }
Property Value
Color
MajorLineThickness
Gets or sets the MajorXLineThickness.
MajorLinesVisibility
Gets or sets the MajorLinesVisibility.
Declaration
public GridLineVisibility MajorLinesVisibility { get; set; }
Property Value
MajorXLineDashArray
Gets or sets the MajorXLineDashArray.
Declaration
public double[] MajorXLineDashArray { get; set; }
Property Value
double[]
MajorYLineDashArray
Gets or sets the MajorYLineDashArray.
Declaration
public double[] MajorYLineDashArray { get; set; }
Property Value
double[]
StripLinesVisibility
Gets or sets the StripLinesVisibility.
Declaration
public GridLineVisibility StripLinesVisibility { get; set; }
Property Value
XStripeAlternativeColor
Gets or sets the XStripeAlternativeColor.
Declaration
public Color XStripeAlternativeColor { get; set; }
Property Value
Color
XStripeColor
Gets or sets the XStripeColor.
Declaration
public Color XStripeColor { get; set; }
Property Value
Color
YStripeAlternativeColor
Gets or sets the YStripeAlternativeColor.
Declaration
public Color YStripeAlternativeColor { get; set; }
Property Value
Color
YStripeColor
Gets or sets the YStripeColor.
Declaration
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.