TdxChartRange.SideMarginMin Property
Specifies an extra margin between the minimum available series argument or value (depending on the axis) and the corresponding border of the available diagram area.
Declaration
property SideMarginMin: Double read; write;
Property Value
Type | Description |
---|---|
Double | The explicitly specified distance between the minimum available series argument or value (depending on the 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