Reporting

Axis visible values range positive / negative

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

Syntax

C#
public enum ChartAxisVisibleValues
Visual Basic
Public Enumeration ChartAxisVisibleValues

Members

Member nameValueDescription
All0 All values will be visible.
Positive1 Only positive values will be visible.
Negative2 Only negative values will be visible.

Version Information

Supported in: 1.0.1

See Also