Layout in EJ 1 ASP.NET MVC PivotGauge
24 May 2019 / 1 minute to read
Row-wise Layout
Gauges can be arranged in specified number of rows by using the RowsCount
property.
@Html.EJ().Pivot().PivotGauge("PivotGauge1").RowsCount(2)
Column-wise Layout
Gauges can be arranged in specified number of columns by using the ColumnsCount
property.
@Html.EJ().Pivot().PivotGauge("PivotGauge1").ColumnsCount(2)
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