DashboardExportOptions.GaugeOptions Property
OBSOLETE
The DashboardExportOptions.GaugeOptions property 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/
Provides access to options for exporting a gauge dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Dashboard
Declaration
[Obsolete("The DashboardExportOptions.GaugeOptions property 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/")]
[PersistenceMode(PersistenceMode.InnerProperty)]
public GaugeExportOptions GaugeOptions { get; }
Property Value
Type | Description |
---|---|
GaugeExportOptions | A GaugeExportOptions object containing settings that specify parameters affecting how a gauge dashboard item is exported. |
Remarks
The GaugeOptions property settings are not in effect when the entire content of the dashboard is exported.
See Also