TdxChartRange.SideMarginMax Property
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
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 AutoSideMargins property is set to |
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