Class CollectionPropertyShapeAxis
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a collection of PropertyShapeYAxis objects for shape chart Y axis definitions. Provides methods to manage and manipulate Y axis items within the collection.
public class CollectionPropertyShapeAxis : DomCollectionBase<PropertyShapeYAxis>, IList<PropertyShapeYAxis>, ICollection<PropertyShapeYAxis>, IReadOnlyList<PropertyShapeYAxis>, IReadOnlyCollection<PropertyShapeYAxis>, IEnumerable<PropertyShapeYAxis>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionPropertyShapeAxis
- Implements
- Inherited Members
Methods
Clear()
Removes all items from the collection.
public void Clear()