Skip to main content
A newer version of this page is available. .

ChartExportOptions Class

OBSOLETE

The ChartExportOptions class is obsolete now. Use properties with the 'Chart' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

Contains settings that specify parameters affecting how the Chart dashboard item is exported.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.WebForms.dll

Declaration

[Obsolete("The ChartExportOptions class is obsolete now. Use properties with the 'Chart' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class ChartExportOptions :
    OptionsBase

Remarks

Use the DashboardExportOptions.ChartOptions property to access options specific to exporting Chart dashboard items.

Inheritance

Object
OptionsBase
ChartExportOptions
See Also