[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartDataGroupsCollection

ChartDataGroupsCollection Class

Represents a collection of chart data groups.

Inheritance
ChartDataGroupsCollection
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public class ChartDataGroupsCollection : ChartObjectCollection<ChartDataGroup>, ICollection<ChartDataGroup>, IEnumerable<ChartDataGroup>, IList, ICollection, IEnumerable, IC1SerializableCollection

Methods

Name Description
Add(ChartDataGroup)

Adds an existing data group into the collection.

AddNewGroup()

Adds a new data group into the colleciton.

AddNewGroup(string)

Adds a new data group into the colleciton.

Clear()

Removes all items from the collection.

Remove(ChartDataGroup)

Removes an existing data group from the colleciton.

RemoveAt(int)

Removes one data group at the specific index.