Back to Devexpress

CustomLegendItemCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-ef6fdd6a.md

latest1.7 KB
Original Source

CustomLegendItemCollectionModel Class

The CustomLegendItemCollection model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(CustomLegendItemCollection))]
public class CustomLegendItemCollectionModel :
    ChartElementNamedCollectionModel
vb
<ModelOf(GetType(CustomLegendItemCollection))>
Public Class CustomLegendItemCollectionModel
    Inherits ChartElementNamedCollectionModel

The following members return CustomLegendItemCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel ChartElementNamedCollectionModel CustomLegendItemCollectionModel

See Also

CustomLegendItemCollectionModel Members

DevExpress.XtraCharts.Designer Namespace