IPanel.MarginRight
IPanel

property MarginRight: Integer;

Type Library
TeeChartx

Description
Each Chart.Panel class has four margin properties: LeftMargin, RightMargin, TopMargin, BottomMargin.

These properties are expressed as a percentage of the pixel height (for top and bottom margins) and width (for left and right margins) of the Chart Canvas. Default values are 8 for top and bottom margins and 12 for left and right margins.

Example [Visual Basic]:

You can change both at design and runtime the margins properties:

TChart1.Panel.MarginRight = 60