ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

TrendLinesCollection.Remove Method

Removes the specified TrendLine from the collection.

[Visual Basic]

Public Sub Remove( _

ByVal tl As TrendLine _

)

[C#]

public void Remove(

TrendLine tl

);

[Delphi]

public procedure Remove(

tl: TrendLine

);

Parameters

tl

TrendLine to remove.

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.