ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

TrendLinesCollection.IndexOf Method

Gets the current index of the specified TrendLines in the collection.

[Visual Basic]

Public Function IndexOf( _

ByVal tl As TrendLine _

) As Integer

[C#]

public int IndexOf(

TrendLine tl

);

[Delphi]

public function IndexOf(

tl: TrendLine

): Int32;

Parameters

tl

TrendLine to locate.

Return Value

Index.

Remarks

Returns an integer indicating the element of the specified TrendLine within the collection. If the TrendLine is not found the return value is -1.

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.