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