Defines the visibility of the major and minor lines within a CartesianChartGrid.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
[Flags]
public enum GridLineVisibility
Fields
Lines are hidden.
C#
None = 1
The default value is used.
C#
Unset = 0
The lines along the X-axis are visible.
C#
X = 2
The lines are visible along both axes.
C#
XY = X | Y
The lines along the Y-axis are visible.
C#
Y = 4