Back to Devexpress

LabelCollection Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-1dba7552.md

latest2.0 KB
Original Source

LabelCollection Class

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

Declaration

csharp
public abstract class LabelCollection :
    BaseChangeableList<ILabel>,
    ISupportAssign<LabelCollection>
vb
Public MustInherit Class LabelCollection
    Inherits BaseChangeableList(Of ILabel)
    Implements ISupportAssign(Of LabelCollection)

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

LabelCollection Members

DevExpress.XtraGauges.Core.Model Namespace