In This Article

LinearScaleCollection Class

Represents a collection of LinearScale objects.

public class LinearScaleCollection : LogicalChildrenCollection<LinearScale>
Inheritance:
Object DeferrableObservableCollection<LinearScale> LogicalChildrenCollection<LinearScale> Object

Constructors

LinearScaleCollection(ILogicalParent)

Initializes a new instance of the LinearScaleCollection class.

public LinearScaleCollection(ILogicalParent parent)
Parameter Type Description
parent ILogicalParent

The parent.

Inherited Members