Back to Devexpress

DxChartListEditor Class

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-editors-6515e359.md

latest3.4 KB
Original Source

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.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
public class DxChartListEditor :
    ListEditor,
    IComponentContentHolder,
    ISupportFilterEditorEditor,
    IComplexListEditor,
    IExportable
vb
Public Class DxChartListEditor
    Inherits ListEditor
    Implements 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:

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.2\Components\XAF\MainDemo.NET.EFCore\CS\MainDemo.Blazor.Server.

Implements

IComplexListEditor

IExportable

Inheritance

Object ListEditor DxChartListEditor

See Also

DxChartListEditor Members

DevExpress.ExpressApp.Blazor.Editors Namespace