New to Telerik UI for WinFormsStart a free 30-day trial

Defines the visibility of the major and minor lines within a CartesianAxis.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.dll

Syntax:

C#
[Flags]
public enum GridLineVisibility

Fields

Lines are hidden.

C#
None = 0

The lines along the X-axis are visible.

C#
X = 1

The lines are visible along both axes.

C#
XY = X | Y

The lines along the Y-axis are visible.

C#
Y = 2
In this article
DefinitionFieldsNoneXXYY
Not finding the help you need?
Contact Support