ExtensionsFactory.Chart(Action<ChartControlSettings>) Method
Creates a Chart.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| method | Action<ChartControlSettings> | A delegate method that accepts ChartControlSettings as a parameter. |
Returns
| Type | Description |
|---|---|
| ChartControlExtension | A ChartControlExtension object implementing the Chart functionality. |
See Also