CustomExportWebEventArgs.GetChartContext(String) Method
In This Article
Returns chart context for the specified Chart dashboard item.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public ChartContext GetChartContext(
string dashboardItemName
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | The component name of the Gauge dashboard item. |
#Returns
Type | Description |
---|---|
Chart |
The chart context. |
See Also