Back to Devexpress

ChartControlSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-152229b4.md

latest2.4 KB
Original Source

ChartControlSettings Class

Contains the Chart extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ChartControlSettings :
    SettingsBase,
    IChartContainer,
    IMvcChartContainer,
    IChartRenderProvider,
    IDisposable
vb
Public Class ChartControlSettings
    Inherits SettingsBase
    Implements IChartContainer,
               IMvcChartContainer,
               IChartRenderProvider,
               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

DevExpress.XtraCharts.Native.IChartContainer

DevExpress.XtraCharts.Native.IMvcChartContainer

DevExpress.XtraCharts.Native.IChartRenderProvider

IDisposable

Inheritance

Object SettingsBase ChartControlSettings

See Also

ChartControlSettings Members

Charting

ChartControlExtension

DevExpress.Web.Mvc Namespace