ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

TrendLinesCollection.Insert Method

Inserts the specified TrendLine in the collection at the specified index.

[Visual Basic]

Public Sub Insert( _

ByVal index As Integer, _

ByVal tl As TrendLine _

)

[C#]

public void Insert(

int index,

TrendLine tl

);

[Delphi]

public procedure Insert(

index: Int32;

tl: TrendLine

);

Parameters

index

Index.

tl

TrendLine.

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.