Back to Devexpress

GaugePrintingOptions Class

dashboard-devexpress-dot-dashboardwin-d0571052.md

latest2.1 KB
Original Source

GaugePrintingOptions Class

OBSOLETE

The GaugeExportOptions class is obsolete now. Use properties with the 'Gauge' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/

Contains settings that specify parameters affecting how the Gauge dashboard item is printed or exported.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Obsolete("The GaugeExportOptions class is obsolete now. Use properties with the 'Gauge' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")]
public class GaugePrintingOptions :
    OptionsBase
vb
<Obsolete("The GaugeExportOptions class is obsolete now. Use properties with the 'Gauge' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following breaking change: https://supportcenter.devexpress.com/ticket/details/bc4046/")>
Public Class GaugePrintingOptions
    Inherits OptionsBase

Remarks

Use the DashboardPrintingOptions.GaugeOptions property to access options specific to printing/exporting Gauge dashboard items.

Inheritance

Object OptionsBase GaugePrintingOptions

See Also

GaugePrintingOptions Members

DevExpress.DashboardWin Namespace