Back to Devexpress

GaugeExportOptions Class

dashboard-devexpress-dot-dashboardweb-3f4de47c.md

latest2.0 KB
Original Source

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 breaking change: https://supportcenter.devexpress.com/ticket/details/t986338/

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

Namespace : DevExpress.DashboardWeb

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

NuGet Package : DevExpress.Web.Dashboard

Declaration

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

Remarks

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

Inheritance

Object OptionsBase GaugeExportOptions

See Also

GaugeExportOptions Members

DevExpress.DashboardWeb Namespace