Back to Devexpress

TdxSparklineMinMaxRangeType Enum

vcl-dxsparkline-cfb2ade2.md

latest1.2 KB
Original Source

TdxSparklineMinMaxRangeType Enum

Enumerates display range calculation modes for the Y-axis common to all visible series.

Declaration

delphi
TdxSparklineMinMaxRangeType = (
    mmrtAuto,
    mmrtZeroBasedAuto,
    mmrtCustom
);

Members

Name
mmrtAuto
mmrtZeroBasedAuto
mmrtCustom

Remarks

Options include:

ValueDescription
mmrtAutoThe display range is calculated automatically based on the minimum and maximum values in all displayed series
mmrtCustomYou can set the upper and lower limits of the display range via the Series.MinValue and Series.MaxValue properties.
mmrtZeroBasedAutoThe display range uses 0 and the maximum value across all visible series as its lower and upper bounds in this mode.

The sparkline properties’ Series.MinMaxRangeType and Categories.MinMaxRangeType properties reference the TdxSparklineMinMaxRangeType type.

See Also

dxSparkline Unit