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.

  • CSHTML
  • <ej-pivot-gauge id="PivotGauge1" rows-count="2"></ej-pivot-gauge>

    Row-wise layout in ASP NET Core pivot gauge control

    Column-wise layout

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

  • CSHTML
  • <ej-pivot-gauge id="PivotGauge1" columns-count="2"></ej-pivot-gauge>

    Column-wise layout in ASP NET Core pivot gauge control