PieExportOptions Class
Contains settings that specify parameters affecting how the Pie dashboard item is exported.
Declaration
declare class PieExportOptions
Remarks
Use the ASPxClientDashboardExportOptions.PieOptions property to access options specific to exporting Pie 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. |