[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLinesCollection

TrendLinesCollection Class

The TrendLinesCollection class contains TrendLines associated with the ChartData object.

Inheritance
TrendLinesCollection
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class TrendLinesCollection : CollectionBase, IList, ICollection, IEnumerable

Properties

Name Description
this[int]

Gets the specified TrendLine from the collection by numeric index.

Methods

Name Description
Add(TrendLine)

Adds the specified TrendLine to the collection.

AddNewTrendLine()

Creates a new TrendLine and appends it to the collection.

Contains(TrendLine)

Determines whether the specified TrendLine exists in the collection.

CopyTo(TrendLine[], int)

Copies the collection of TrendLines beginning with the specified index to the specified array of TrendLinesCollection objects.

IndexOf(TrendLine)

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

Insert(int, TrendLine)

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

OnClearComplete()
OnInsert(int, object)
OnInsertComplete(int, object)
OnRemoveComplete(int, object)
OnSetComplete(int, object, object)
Remove(TrendLine)

Removes the specified TrendLine from the collection.