Enum
GraphScaleCrossAxisPosition

Determines the position at which axes cross each other.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum GraphScaleCrossAxisPosition

Fields

AtMaximum

Specifies that the other axes crosses this axis at its maximum value.

Declaration

cs-api-definition
AtMaximum = 2

Field Value

GraphScaleCrossAxisPosition

AtMinimum

Specifies that the other axis crosses this axis at its minimum value.

Declaration

cs-api-definition
AtMinimum = 1

Field Value

GraphScaleCrossAxisPosition

Auto

Uses the default value at which the other axis crosses this axis.

Declaration

cs-api-definition
Auto = 0

Field Value

GraphScaleCrossAxisPosition

Specific

Calculates the zero value at which the other axis crosses this axis.

Declaration

cs-api-definition
Specific = 3

Field Value

GraphScaleCrossAxisPosition

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