TdxSparklineSeriesCollection.MaxValue Property
In This Article
Specifies the upper bound of the custom sparkline chart display range.
#Declaration
Delphi
property MaxValue: 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 MaxValue and the maximum series value:
Condition | Description | Example |
---|---|---|
Max |
The control shrinks all charts vertically. | ![]() |
Max |
The control displays all charts entirely. | ![]() |
Max |
The control crops all charts. | ![]() |
When you set the custom range, the MinMaxRangeType property value changes to mmrtCustom; otherwise, the lower and upper bounds are calculated automatically.
The default MaxValue property value is 0.
See Also