ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

TrendLinesCollection.Item Property

Gets the specified TrendLine from the collection by numeric index.

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal i As Integer _

) As TrendLine

[C#]

public TrendLine this[

int i

] {get;}

[Delphi]

public property Item[

i: Int32

]: TrendLine read get_Item;

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.