Specifies which major grid lines are rendered for a Cartesian chart.
Definition
Namespace:Telerik.Maui.Controls.Charts
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
[Flags]
public enum ChartGridLinesVisibility
Fields
Major grid lines for both axes are rendered.
C#
Both = Horizontal | Vertical
Major grid lines for the horizontal axis are rendered.
C#
Horizontal = 1
No major grid lines are rendered.
C#
None = 0
Major grid lines for the vertical axis are rendered.
C#
Vertical = 2