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