ChartListEditorBase Class
In This Article
An abstract class that serves as the base class for the Charting List Editors.
Namespace: DevExpress.ExpressApp.Chart
Assembly: DevExpress.ExpressApp.Chart.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Chart
#Declaration
public abstract class ChartListEditorBase :
ListEditor,
IControlOrderProvider,
IOrderProvider
#Remarks
List Editors are used by List Views to display object collections in a UI. Charting List Editors are designed to present and manage serial data in an efficient manner. The ChartListEditorBase is the abstract base class from which all the built-in Charting List Editors derive. The following table lists them.
Name | Description |
---|---|
Chart |
Used in Windows Forms XAF applications. |
ASPx |
Used in ASP. |
#Inheritance
See Also