Back to Devexpress

LegendCollectionModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-72eec02d.md

latest1.5 KB
Original Source

LegendCollectionModel Class

The LegendCollection model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(LegendCollection))]
public class LegendCollectionModel :
    ChartCollectionBaseModel
vb
<ModelOf(GetType(LegendCollection))>
Public Class LegendCollectionModel
    Inherits ChartCollectionBaseModel

The following members return LegendCollectionModel objects:

Inheritance

Object ChartElementModel ChartCollectionBaseModel LegendCollectionModel

See Also

LegendCollectionModel Members

DevExpress.XtraCharts.Designer Namespace