Enum
NumericalAxisRangeExtendDirection

Specifies how a numerical axis auto-range will be extended so that each data point is visualized in the best possible way.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
[Flags]
public enum NumericalAxisRangeExtendDirection

Fields

Both

The range will be extended in both negative and positive direction.

Declaration

cs-api-definition
Both = Positive | Negative

Field Value

NumericalAxisRangeExtendDirection

Negative

The range minimum will be extended with one major step so that the data's minimum is at least 5% far away from the range minimum.

Declaration

cs-api-definition
Negative = 2

Field Value

NumericalAxisRangeExtendDirection

None

The range will be rounded but not extended.

Declaration

cs-api-definition
None = 0

Field Value

NumericalAxisRangeExtendDirection

Positive

The range maximum will be extended with one major step so that the data's maximum is at least 5% far away from the range maximum.

Declaration

cs-api-definition
Positive = 1

Field Value

NumericalAxisRangeExtendDirection

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