In This Article

LinearScaleCollection Class

Represents a collection of LinearScale objects.

public class LinearScaleCollection : LogicalChildrenCollection<LinearScale>
Inheritance:
object Collection<LinearScale> ObservableCollection<LinearScale> 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