EChartPenStyle

type EChartPenStyle = (psSolid, psDash, psDot, psDashDot, psDashDotDot, psClear, psInsideFrame, psSmallDots);

Type Library
TeeChartx

Description
EChartPenStyle defines the possible values of the Pen Style property.

psSolid = 0;

psDash = 1;

psDot = 2;

psDashDot = 3;

psDashDotDot = 4;

psClear = 5;

psInsideFrame = 6;

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