Represents a grid line annotation for a Cartesian chart.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class CartesianGridLineAnnotation : CartesianStrokedAnnotation
Inheritance: objectChartElementCartesianChartAnnotationCartesianStrokedAnnotationCartesianGridLineAnnotation
Inherited Members
Constructors
C#
public CartesianGridLineAnnotation()
Fields
AxisProperty
BindableProperty
Identifies the Axis property.
C#
public static readonly BindableProperty AxisProperty
ValueProperty
BindableProperty
Identifies the Value property.
C#
public static readonly BindableProperty ValueProperty
Properties
Gets or sets the Axis.
C#
public CartesianAxis Axis { get; set; }