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

DashboardExportOptions.ChartOptions Property

OBSOLETE

The DashboardExportOptions.ChartOptions property 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

Provides access to options for exporting a chart dashboard item.

Namespace: DevExpress.DashboardWeb

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

Declaration

[Obsolete("The DashboardExportOptions.ChartOptions property 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")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public ChartExportOptions ChartOptions { get; }

Property Value

Type Description
ChartExportOptions

A ChartExportOptions object containing settings that specify parameters affecting how a chart dashboard item is exported.

Remarks

The ChartOptions property settings are not in effect when the entire content of the dashboard is exported.

See Also