Layout

28 Sep 20171 minute to read

Row-wise Layout

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

  • HTML
  • <ej-pivotgauge [rowsCount]=2 >
    </ej-pivotgauge>

    Column-wise Layout

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

  • HTML
  • <ej-pivotgauge [columnsCount]=2 >
    </ej-pivotgauge>