Skip to main content
A newer version of this page is available. .

ExtensionsFactory.Chart(Action<ChartControlSettings>) Method

Creates a Chart.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ChartControlExtension Chart(
    Action<ChartControlSettings> method
)

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