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

LegendModel.CustomItems Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
CustomLegendItemCollectionModel

The model of the custom legend item collection.

See Also