Specifies different axis styles for positioning of item labels and marks.
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum ChartAxisLayoutMode
Fields
Sets axis items between axis marks.
C#
Between = 2
Sets the endmost axis items inside the axis.
C#
Inside = 1
Sets the default axis layout style.
C#
Normal = 0