Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    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.

    XAF ASP.NET Core Blazor Chart List Editor, DevExpress

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

    Inheritance

    Object
    ListEditor
    DxChartListEditor
    See Also