Defines the visibility of the major and minor lines within a CartesianChartGrid.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.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