LabelCollection Class
In This Article
A collection that stores the scale value labels of a particular scale.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
public abstract class LabelCollection :
BaseChangeableList<ILabel>,
ISupportAssign<LabelCollection>
#Related API Members
The following members return LabelCollection objects:
#Remarks
An object of the LabelCollection class is returned by either the ArcScale.Labels or the LinearScale.Labels property.
#Inheritance
Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseReadOnlyList<DevExpress.XtraGauges.Core.Model.ILabel>
DevExpress.XtraGauges.Core.Base.BaseChangeableList<DevExpress.XtraGauges.Core.Model.ILabel>
LabelCollection
See Also