Reporting

Specifies different axis styles for positioning of item labels and marks.

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

Syntax

C#
public enum ChartAxisLayoutMode
Visual Basic
Public Enumeration ChartAxisLayoutMode

Members

Member nameValueDescription
Normal0 Sets the default axis layout style.
Inside1 Sets the endmost axis items inside the axis.
Between2 Sets axis items between axis marks.

Version Information

Supported in: 1.0.1

See Also