ExtensionsFactory.Chart(Action<ChartControlSettings>) Method
Creates a Chart.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v22.1.dll
NuGet Package: DevExpress.Web.Mvc5
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