SetAxisLayout

Declaration: ChartBook.Charts[].SetAxisLayout (Layout: TAxisLayout);
The Method SetAxisLayout allows to select one of several predefined standard layouts for the scales and layers. The standard layouts are meant to provide a good starting point for adjusting the layout to individual requirements. Currently the following values for the parameter Layout are available:

rcl_X1Bottom_Y1Left display layer 1 scales, abscissa at the bottom, ordinate on the left
rcl_X1Bottom_Y2Left one x-axis (layer 1) at the bottom, two y-axes (layers 1 & 2) on the left
rcl_X1Bottom_Y3Left one x-axis (layer 1) at the bottom, three y-axes (layers 1, 3 & 3) on the left
rcl_X1Bottom_Y4Left one x-axis (layer 1) at the bottom, four y-axes (layers 1 to 4) on the left
rcl_X1Bottom_Y2Both one x-axis (layer 1) at the bottom, one y-axis (layer 1) on the left, one y-axis (layer 2) on the right
rcl_X2Bottom_Y2Left two x-axes (layer 1 & 2) at the bottom, two y-axis (layer 1 & 2) on the left
rcl_X2Both_Y2Both one x-axis (layer 1) at the bottom, one x-axis (layer 2) at the top, one y-axis (layer 1) on the left, one y-axis (layer 2) on the right