Define visibility option for axis
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ChartAxisVisibility
Fields
Means that axis will be visible if it is XAxis or any series belongs to it.
C#
Auto = 0
Means that axis will be not visible.
C#
False = 2
Means that axis will be visible.
C#
True = 1