Back to Devexpress

IModelChartListView Interface

expressappframework-devexpress-dot-expressapp-dot-chart-d2326431.md

latest1.9 KB
Original Source

IModelChartListView Interface

Used to extend the Application Model with the ChartSettings node.

Namespace : DevExpress.ExpressApp.Chart

Assembly : DevExpress.ExpressApp.Chart.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Chart

Declaration

csharp
public interface IModelChartListView
vb
Public Interface IModelChartListView

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases. The IModelChartListView is used by the ChartModule , to extend the IModelListView interface.

See Also

IModelChartListView Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Chart Module

How to: Display a List View as a Chart (Windows Forms)

DevExpress.ExpressApp.Chart Namespace