A newer version of this page is available.
Switch to the current version.
ChartPrintingOptions Class
Obsolete. Contains settings that specify parameters affecting how the Chart dashboard item is printed or exported.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v18.2.Win.dll
Declaration
[Obsolete("The ChartPrintingOptions class 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")]
public class ChartPrintingOptions :
OptionsBase
<Obsolete("The ChartPrintingOptions class 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")>
Public Class ChartPrintingOptions
Inherits OptionsBase
Remarks
Use the DashboardPrintingOptions.ChartOptions property to access options specific to the Chart dashboard item printing or exporting.
Inheritance
Object
OptionsBase
ChartPrintingOptions
See Also
Feedback