Skip to main content

CustomLegendItemCollection.Contains(CustomLegendItem) Method

Determines whether the collection contains the specified custom legend item.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public bool Contains(
    CustomLegendItem customLegendItem
)

Parameters

Name Type Description
customLegendItem CustomLegendItem

A CustomLegendItem object to locate in the collection.

Returns

Type Description
Boolean

true, if the collection contains the specified custom legend item; otherwise, false.

See Also