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

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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

[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 KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public class GaugePrintingOptions :
    OptionsBase

Remarks

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

Inheritance

Object
OptionsBase
GaugePrintingOptions
See Also