Skip to main content

TdxSparklineSeriesType Enum

Declaration

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

Members

Name
stLine
stPoint
stArea
stBar
See Also