Skip to main content
A newer version of this page is available.
All docs
V20.1

LegendModel.CustomItems Property

Returns the model of the custom legend item collection of the modeled legend.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v20.1.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public CustomLegendItemCollectionModel CustomItems { get; }

Property Value

Type Description
CustomLegendItemCollectionModel

The model of the custom legend item collection.

See Also