aspnetmvc-devexpress-dot-web-dot-mvc-eed3813a.md
The object of this type represents a configured instance of the corresponding extension and is intended to be used mainly as a sender parameter when processing events on the server side.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxChartControl :
WebChartControl,
IMvcChartContainer
Public Class MVCxChartControl
Inherits WebChartControl
Implements IMvcChartContainer
Note
To add the Chart extension to the View, refer to the Chart Overview topic.
The object of MVCxChartControl type represents the configured instance of DevExpress ASP.NET MVC Chart extension. The MVCxChartControl object is intended to be used only as a sender parameter when processing events on the server side.
Note
To properly follow the ASP.NET MVC pattern, it is recommended to respond to end-user actions on the client-side (see Client-Side API) or to use Ajax callbacks to the server and handle these callbacks using custom action methods (see Using Callbacks).
Show 37 items
DevExpress.Web.Internal.IWebControl
DevExpress.Web.Internal.IComponentHost
DevExpress.Web.Internal.IWebControlObject
DevExpress.Web.IClientObjectOwner
DevExpress.Web.Internal.ISkinOwner
DevExpress.Web.Internal.IPostBackDataHandlerEx
DevExpress.Web.Internal.IPostDataCollection
DevExpress.Web.Internal.IHandleCallbackError
DevExpress.XtraCharts.Native.IChartContainer
DevExpress.XtraCharts.Native.IChartRenderProvider
DevExpress.XtraCharts.Native.IChartDataProvider
DevExpress.Printing.Native.IPrintingTarget
DevExpress.XtraCharts.Native.IChartEventsProvider
DevExpress.XtraCharts.Native.IChartInteractionProvider
DevExpress.Charts.Native.ICoreReference
DevExpress.Web.Internal.IRequiresLoadPostDataControl
DevExpress.Web.Internal.IEndInitAccessor
DevExpress.Web.Internal.ISharePointEmptyDesignTimeControl
DevExpress.XtraCharts.Native.IMvcChartContainer
Object Control WebControl ASPxWebControlBase ASPxWebControl ASPxDataWebControlBase ASPxDataWebControl WebChartControl MVCxChartControl
See Also