EGradientDirection

type EGradientDirection = (gdTopBottom, gdBottomTop, gdLeftRight, gdRightLeft, gdFromCenter, gdFromTopLeft, gdFromBottomLeft, gdRadial, gdDiagonalUp, gdDiagonalDown);

Type Library
TeeChartx

Description
EGradientDirection defines the possible values of the IGradient.Direction property.

See note on use of Enum constants in differing development environments.

Values

gdTopBottom = 0

gdBottomTop = 1

gdLeftRight = 2

gdRightLeft = 3

gdFromCenter = 4

gdFromTopLeft = 5

gdFromBottomLeft = 6