DxChartListEditor Class
A List Editor that you can use in XAF ASP.NET Core Blazor applications to display data as a chart.
Namespace: DevExpress.ExpressApp.Blazor.Editors
Assembly: DevExpress.ExpressApp.Blazor.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
public class DxChartListEditor :
ListEditor,
IComponentContentHolder,
ISupportFilterEditorEditor,
IComplexListEditor,
IExportable
Remarks
List Views use List Editors to display object collections. The DxChartListEditor
displays data as charts using the DxChart<T>, DxPolarChart<T>, and DxPieChart<T> classes.
You do not need to enable the Chart Module to work with DxChartListEditor
.
The DxChartListEditor
supports popular chart types like Line, Area, Bar, Point, Range, Financial, Pie, Donut, Polar, Histogram, and Drill Down.
The DxChartListEditor
supports the following features:
- Client and DataView modes
- Filtering: Filter Builder, Filter property, CollectionSourceBase.Criteria property
- PDF and Image export
For more information about chart configuration and customization in ASP.NET Core Blazor, refer to the following topic: Chart Module.
For an example, refer to the Payroll Chart View
in the MainDemo Blazor Server
demo application that ships with XAF. You can find this demo in the following folder: %PUBLIC%\Documents\DevExpress Demos 25.1\Components\XAF\MainDemo.NET.EFCore\CS\MainDemo.Blazor.Server.