GaugeExportOptions Class
Contains settings that specify parameters affecting how the Gauge dashboard item is exported.
Declaration
declare class GaugeExportOptions
Remarks
Use the ASPxClientDashboardExportOptions.GaugeOptions property to access options specific to exporting Gauge dashboard items.
Warning
A use of ASPxClientDashboard
API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
Properties
AutoArrangeContent Property
Obsolete. Gets or sets whether dashboard item elements are automatically arranged on the exported page.
Declaration
AutoArrangeContent: boolean
Property Value
Type | Description |
---|---|
boolean | true, to arrange dashboard item elements automatically on the exported page; otherwise, false. |