CustomExportWebEventArgs.GetGaugeContext(String) Method
Returns gauge export context for the specified Gauge dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardItemName | String | The component name of the Gauge dashboard item. |
Returns
Type | Description |
---|---|
GaugeExportContext | The gauge export context. |
See Also