TdxSparklineSeriesCollection.MinMaxRangeType Property
Specifies the display range mode for the Y-axis of the chart.
Declaration
property MinMaxRangeType: TdxSparklineMinMaxRangeType read; write; default mmrtAuto;
Property Value
Type | Default |
---|---|
TdxSparklineMinMaxRangeType | mmrtAuto |
Remarks
Refer to the TdxSparklineMinMaxRangeType type for details.
The default MinMaxRangeType property value is mmrtAuto.
See Also