property Chart.AllowSplitPane as AllowSplitPaneEnum
Specifies whether the chart panel supports splitting.

TypeDescription
AllowSplitPaneEnum An AllowSplitPaneEnum expression that specifies the number of split panels, the user can divide the control's chart.
By default, the AllowSplitPane property is exNoSplitPane, which specifies that user can't split the control's chart. The AllowSplitPane property specifies whether the chart panel supports splitting. Once the AllowSplitPane property is set, the user can click the lower-right split bar, and drag to a new position to add a new split to the current chart. The Background(exCSplitBar) property specifies the visual appearance of the chart's split bar. The exDisableSplitPane flag of OnResizeControl property specifies whether the user can drag the split bar at runtime. The SplitPaneWidth property specifies the width of split panels, separated by comma. The ChartStartChanging(exSplitPaneChange) / ChartEndChanging(exSplitPaneChange) events notify that the user splits/resizes the chart's panel into multiple-views.

The following screen shot shows the control's split bar:

The following screen shot shows the chart divided in two parts:

The following screen shot shows the chart divided in three parts: