Layout

24 May 20191 minute to read

Row-wise Layout

Gauges can be arranged in specified number of rows by using the RowsCount property.

  • CSHTML
  • @Html.EJ().Pivot().PivotGauge("PivotGauge1").RowsCount(2)

    Row wise layout in ASP NET MVC pivot gauge control

    Column-wise Layout

    Gauges can be arranged in specified number of columns by using the ColumnsCount property.

  • CSHTML
  • @Html.EJ().Pivot().PivotGauge("PivotGauge1").ColumnsCount(2)

    Row wise layout in ASP NET MVC pivot gauge control