Skip to main content

GaugeExportOptions Class

OBSOLETE

The GaugeExportOptions class is obsolete now. Use properties with the 'Gauge' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764

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

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Dashboard

Declaration

[Obsolete("The GaugeExportOptions class is obsolete now. Use properties with the 'Gauge' prefix exposed by the DashboardPdfExportOptions class. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488764")]
public class GaugeExportOptions :
    OptionsBase

Remarks

Use the DashboardExportOptions.GaugeOptions property to access options specific to exporting Gauge dashboard items.

Inheritance

Object
OptionsBase
GaugeExportOptions
See Also