Multiple Panes
18 Nov 20181 minute to read
Chart area can be divided into multiple panes using Rows and Columns.
Rows
To split the chart area vertically into number of rows, use Rows property of the chart.
- You can allocate space for each row by using the
Heightproperty. The value can be either in percentage or in pixel. - To associate a vertical axis to a particular row, specify its index to
RowIndexproperty of the axis. - To customize each row’s bottom line, use
Borderproperty.
For spanning the vertical axis along multiple row, you can use Span property of an axis.
Columns
To split the chart area horizontally into number of columns, use Columns property of the chart.
- You can allocate space for each column by using the
Widthproperty. The given width can be either in percentage or in pixel. - To associate a horizontal axis to a particular column, specify its index to
ColumnIndexproperty of the axis. - To customize each column’s bottom line, use
Borderproperty.
For spanning the horizontal axis along multiple column, you can use Span property of an axis.