CustomExportWebEventArgs.GetChartContext(String) Method
Returns chart context for the specified Chart dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v26.1.Web.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dashboardItemName | String | The component name of the Gauge dashboard item. |
Returns
| Type | Description |
|---|---|
| ChartContext | The chart context. |
See Also