Skip to main content
All docs
V18.2

DashboardPdfExportOptions.GaugeAutoArrangeContent Property

Gets or sets whether gauges within the Gauge dashboard item are arranged automatically on the exported page.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public bool GaugeAutoArrangeContent { get; set; }

Property Value

Type Description
Boolean

true, to arrange gauges automatically on the exported page; otherwise, false.

See Also