Enum GridLineVisibility
Defines the visibility of the major and minor lines within a CartesianChartGrid.
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
[Flags]
public enum GridLineVisibility
None
Lines are hidden.
X
The lines along the X-axis are visible.
XY
The lines are visible along both axes.
Y
The lines along the Y-axis are visible.