ComponentOne WebChart for ASP.NET (2.0) Search HelpCentral 

TrendLinesCollection.Add Method

Adds the specified TrendLine to the collection.

[Visual Basic]

Public Function Add( _

ByVal tl As TrendLine _

) As Integer

[C#]

public int Add(

TrendLine tl

);

[Delphi]

public function Add(

tl: TrendLine

): Int32;

Parameters

tl

TrendLine.

Return Value

Integer index.

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.