Responsive Layout
14 Feb 20181 minute to read
PivotGauge control supports responsive rendering based on the target device (desktop and tablet) resolution. It supports resolution upto 1024x600. You can enable responsiveness in PivotGauge by setting IsResponsive
property to true.
@Html.EJ().Pivot().PivotGauge("PivotGauge1").IsResponsive(true)
Normal View
Responsive View