Responsive layout

4 May 20171 minute to read

The pivot gauge control supports responsive rendering based on the target device (desktop and tablet) resolution. It supports resolution upto 1024x600. You can enable responsiveness in the pivot gauge by setting the IsResponsive property to true.

  • HTML
  • <ej:PivotGauge ID="PivotGauge1" runat="server" IsResponsive="true">
        </ej:PivotGauge>

    Normal View

    Responsive View