corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-1dba7552.md
A collection that stores the scale value labels of a particular scale.
Namespace : DevExpress.XtraGauges.Core.Model
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public abstract class LabelCollection :
BaseChangeableList<ILabel>,
ISupportAssign<LabelCollection>
Public MustInherit Class LabelCollection
Inherits BaseChangeableList(Of ILabel)
Implements ISupportAssign(Of LabelCollection)
The following members return LabelCollection objects:
An object of the LabelCollection class is returned by either the ArcScale.Labels or the LinearScale.Labels property.
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