Layout
28 Jun 2017 / 1 minute to read
Row-wise Layout
Gauges can be arranged in specified number of rows by using the e-rowsCount
property.
<div ng-controller="PivotGaugeCtrl">
<div id="PivotGauge1" ej-pivotgauge e-rowsCount=2 />
</div>
Column-wise Layout
Gauges can be arranged in specified number of columns by using the e-columnsCount
property.
<div ng-controller="PivotGaugeCtrl">
<div id="PivotGauge1" ej-pivotgauge e-columnsCount=2 />
</div>
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page