LabelCollection Class
A collection that stores the scale value labels of a particular scale.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
[TypeConverter(typeof(LabelCollectionObjectTypeConverter))]
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