Specifies how the axis title is placed on the axis.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum GraphAxisTitlePlacement
Fields
The axis title is placed at max value of the axis.
C#
AtMaximum = 3
The axis title is placed at min value of the axis.
C#
AtMinimum = 2
Uses the default value for the axis title placement.
C#
Auto = 1
The axis title is centered according to the axis.
C#
Centered = 4
No axis title.
C#
None = 0