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

ChartControlExtension Class

An extension object implementing the Chart functionality.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class ChartControlExtension :
    ExtensionBase,
    IDisposable

Remarks

To declare the Chart in a View, invoke the ExtensionsFactory.Chart helper method. This method returns the Chart extension that is implemented by the ChartControlExtension class.

To configure the Chart extension, pass the ChartControlSettings object to the ExtensionsFactory.Chart helper method as a parameter. The ChartControlSettings object contains all the Chart extension settings.

Refer to the Chart Overview topic to learn how to add the Chart extension to your project.

Implements

Inheritance

Object
ExtensionBase
ChartControlExtension
See Also