Class CollectionChartRows
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a strongly typed collection of ChartRow objects that belong to a chart element in the List & Label DOM. Provides helper methods to create and add new chart rows.
public class CollectionChartRows : DomCollectionBase<ChartRow>, IList<ChartRow>, ICollection<ChartRow>, IReadOnlyList<ChartRow>, IReadOnlyCollection<ChartRow>, IEnumerable<ChartRow>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionChartRows
- Implements
- Inherited Members
Methods
AddNewChartRow()
Creates and adds a new ChartRow to the collection.
public ChartRow AddNewChartRow()