CustomExportEventArgs.GetGaugeContext(String) Method
In This Article
Returns gauge export context for the specified Gauge dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public GaugeExportContext GetGaugeContext(
string dashboardItemName
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | The component name of the Gauge dashboard item. |
#Returns
Type | Description |
---|---|
Gauge |
The gauge export context. |
See Also