EErrorSeriesStyle
See also

type EErrorSeriesStyle = (essLeft, essRight, essLeftRight, essTop, essBottom, essTopBottom);

Type Library
TeeChartx

Description
This Type, used to define ErrorSeries Style. The Error Bar may be placed at one of the locations described in the ErrorSeriesStyle Type.

See ErrorStyle for a further description of use.

Not all development environments support the direct call of TeeChart's Enum constants by name. See note on use of Enum constants for VBScript, MS VC++.

Values

essLeft = 0

essRight = 1

essLeftRight = 2

essTop = 3

essBottom = 4

essTopBottom = 5



See also:
EEdgeStyle