TdxSparklineSeriesCollection.MinValue Property
In This Article
Specifies the lower bound of the custom sparkline chart display range.
#Declaration
Delphi
property MinValue: Double read; write;
#Property Value
Type |
---|
Double |
#Remarks
You can use the MinValue and MaxValue properties to define the relative length of a Y-axis within the sparkline edit control area.
The control’s chart display behavior depends on the relation between the MinValue and the absolute minimum series value:
Condition | Description | Example |
---|---|---|
Min |
The control crops all charts. | ![]() |
Min |
The control displays all charts entirely. | ![]() |
Min |
The control shrinks all charts vertically. | ![]() |
When you set the custom range, the MinMaxRangeType property value is changed to mmrtCustom; otherwise, the lower and upper bounds are calculated automatically.
The default MinValue property value is 0.
See Also