Layout

25 Mar 20211 minute to read

Row-wise layout

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

  • HTML
  • <ej:PivotGauge ID="PivotGauge1" runat="server" RowsCount="2">
        </ej:PivotGauge>

    ASPNET PivotGauge Layout RowBasedImage

    Column-wise layout

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

  • HTML
  • <ej:PivotGauge ID="PivotGauge1" runat="server" ColumnsCount="2">
        </ej:PivotGauge>

    ASPNET PivotGauge Layout ColumnBasedImage