DashboardPrintingOptions.GaugeOptions Property
Obsolete. Provides access to options specific to printing a gauge dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v19.2.Win.dll
Declaration
[Obsolete("The DashboardPrintingOptions.GaugeOptions property 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")]
[Browsable(false)]
public GaugePrintingOptions GaugeOptions { get; }
<Obsolete("The DashboardPrintingOptions.GaugeOptions property 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")>
<Browsable(False)>
Public ReadOnly Property GaugeOptions As GaugePrintingOptions
Property Value
The GaugeOptions property settings are not in effect when the entire content of the dashboard is printed.
See Also