Class CartesianGridLineAnnotation
Inheritance
System.Object
CartesianGridLineAnnotation
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class CartesianGridLineAnnotation : CartesianStrokedAnnotation, IParentElement, IChildElement
Constructors
CartesianGridLineAnnotation()
Declaration
public CartesianGridLineAnnotation()
Fields
AxisProperty
Identifies the Axis property.
Declaration
public static readonly BindableProperty AxisProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Axis
Gets or sets the Axis.
Declaration
public CartesianAxis Axis { get; set; }
Property Value
CartesianAxis
|
Value
Gets or sets the Value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|