Enum
GraphAxisTitlePlacement

Specifies how the axis title is placed on the axis.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum GraphAxisTitlePlacement

Fields

AtMaximum

The axis title is placed at max value of the axis.

Declaration

cs-api-definition
AtMaximum = 3

Field Value

GraphAxisTitlePlacement

AtMinimum

The axis title is placed at min value of the axis.

Declaration

cs-api-definition
AtMinimum = 2

Field Value

GraphAxisTitlePlacement

Auto

Uses the default value for the axis title placement.

Declaration

cs-api-definition
Auto = 1

Field Value

GraphAxisTitlePlacement

Centered

The axis title is centered according to the axis.

Declaration

cs-api-definition
Centered = 4

Field Value

GraphAxisTitlePlacement

None

No axis title.

Declaration

cs-api-definition
None = 0

Field Value

GraphAxisTitlePlacement

In this article
DefinitionFieldsAtMaximumAtMinimumAutoCenteredNone
Not finding the help you need?
Contact Support