Reporting

Define visibility option for axis

Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum ChartAxisVisibility
Visual Basic
Public Enumeration ChartAxisVisibility

Members

Member nameValueDescription
Auto0 Means that axis will be visible if it is XAxis or any series belongs to it.
True1 Means that axis will be visible.
False2 Means that axis will be not visible.

Version Information

Supported in: 1.0.1

See Also