TdxChartRange.SideMarginMax Property
In This Article
Specifies an extra margin between the maximum available series argument or value (depending on the current axis) and the corresponding border of the available diagram area.
#Declaration
Delphi
property SideMarginMax: Double read; write;
#Property Value
Type | Description |
---|---|
Double | The explicitly specified distance between the maximum available series argument or value (depending on the current axis) and the corresponding border of the available diagram area if the Auto |
#Remarks
Use SideMarginMin and SideMarginMax
properties to shrink or expand the currently available diagram area along the current axis when the AutoSideMargins property is set to False
.
See Also