Skip to main content
A newer version of this page is available. .

ChartTitleCollection.Contains(ChartTitle) Method

Determines whether the collection contains the specified chart title.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public bool Contains(
    ChartTitle title
)

Parameters

Name Type Description
title ChartTitle

A ChartTitle object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified chart title; otherwise, false.

See Also