Layout
24 May 20191 minute to read
Row-wise layout
Gauges can be arranged in specified number of rows by using the rows-count
property.
<ej-pivot-gauge id="PivotGauge1" rows-count="2"></ej-pivot-gauge>
Column-wise layout
Gauges can be arranged in specified number of columns by using the columns-count
property.
<ej-pivot-gauge id="PivotGauge1" columns-count="2"></ej-pivot-gauge>