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

DashboardPrintingOptions.ChartOptions Property

OBSOLETE

The DashboardPrintingOptions.ChartOptions property is obsolete now. Use properties with the 'Chart' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Provides access to options specific to printing a chart dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[Obsolete("The DashboardPrintingOptions.ChartOptions property is obsolete now. Use properties with the 'Chart' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
[Browsable(false)]
public ChartPrintingOptions ChartOptions { get; }

Property Value

Type Description
ChartPrintingOptions

A ChartPrintingOptions object containing settings that specify parameters affecting how the chart dashboard item is printed.

Remarks

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

See Also