ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

TrendLinesCollection.Contains Method

Determines whether the specified TrendLine exists in the collection.

[Visual Basic]

Public Function Contains( _

ByVal tl As TrendLine _

) As Boolean

[C#]

public bool Contains(

TrendLine tl

);

[Delphi]

public function Contains(

tl: TrendLine

): Boolean;

Parameters

tl

TrendLine.

Return Value

A boolean indicating whether the specified TrendLine is contained in the collection.

See Also

TrendLinesCollection Class | TrendLinesCollection Members | C1.Win.C1Chart Namespace | TrendLinesCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.