Class CartesianChartGrid
Represents a decoration over a Rad
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class CartesianChartGrid : ChartElement, IParentElement, IChildElement
Constructors
CartesianChartGrid()
Declaration
public CartesianChartGrid()
Fields
MajorLineColorProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorLineColorProperty
Field Value
Microsoft.
|
MajorLinesVisibilityProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorLinesVisibilityProperty
Field Value
Microsoft.
|
MajorLineThicknessProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorLineThicknessProperty
Field Value
Microsoft.
|
MajorXLineDashArrayProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorXLineDashArrayProperty
Field Value
Microsoft.
|
MajorYLineDashArrayProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorYLineDashArrayProperty
Field Value
Microsoft.
|
StripLinesVisibilityProperty
Identifies the Strip
Declaration
public static readonly BindableProperty StripLinesVisibilityProperty
Field Value
Microsoft.
|
XStripeAlternativeColorProperty
Identifies the XStripe
Declaration
public static readonly BindableProperty XStripeAlternativeColorProperty
Field Value
Microsoft.
|
XStripeColorProperty
Identifies the XStripe
Declaration
public static readonly BindableProperty XStripeColorProperty
Field Value
Microsoft.
|
YStripeAlternativeColorProperty
Identifies the YStripe
Declaration
public static readonly BindableProperty YStripeAlternativeColorProperty
Field Value
Microsoft.
|
YStripeColorProperty
Identifies the YStripe
Declaration
public static readonly BindableProperty YStripeColorProperty
Field Value
Microsoft.
|
Properties
MajorLineColor
Gets or sets the MajorXLineColor.
Declaration
public Color MajorLineColor { get; set; }
Property Value
Microsoft.
|
MajorLinesVisibility
Gets or sets the MajorLinesVisibility.
Declaration
public GridLineVisibility MajorLinesVisibility { get; set; }
Property Value
MajorLineThickness
Gets or sets the MajorXLineThickness.
Declaration
public double MajorLineThickness { get; set; }
Property Value
System.
|
MajorXLineDashArray
Gets or sets the MajorXLineDashArray.
Declaration
public double[] MajorXLineDashArray { get; set; }
Property Value
System.
|
MajorYLineDashArray
Gets or sets the MajorYLineDashArray.
Declaration
public double[] MajorYLineDashArray { get; set; }
Property Value
System.
|
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
Microsoft.
|
XStripeColor
Gets or sets the XStripeColor.
Declaration
public Color XStripeColor { get; set; }
Property Value
Microsoft.
|
YStripeAlternativeColor
Gets or sets the YStripeAlternativeColor.
Declaration
public Color YStripeAlternativeColor { get; set; }
Property Value
Microsoft.
|
YStripeColor
Gets or sets the YStripeColor.
Declaration
public Color YStripeColor { get; set; }
Property Value
Microsoft.
|
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
public bool IsDefaultValue(string propertyName)
Parameters
System.
|
Returns
System.
|