Skip to main content
A newer version of this page is available. .

TdxSparklineSeriesType Enum

Declaration

TdxSparklineSeriesType = (
    stLine,
    stPoint,
    stArea,
    stBar
);

Members

Name
stLine
stPoint
stArea
stBar
See Also