Enum GraphAxisTitlePlacement
Specifies how the axis title is placed on the axis.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum GraphAxisTitlePlacement
AtMaximum
The axis title is placed at max value of the axis.
AtMinimum
The axis title is placed at min value of the axis.
Auto
Uses the default value for the axis title placement.
Centered
The axis title is centered according to the axis.
None
No axis title.