DataLabels Class
Stores series data labels and their settings.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
public class DataLabels :
DataLabelBase,
IDictionary<int, DataLabel>,
ICollection<KeyValuePair<int, DataLabel>>,
IEnumerable<KeyValuePair<int, DataLabel>>,
IEnumerable
Related API Members
The following members return DataLabels objects:
Remarks
For additional information about data labels, refer to the following help topic: Customize Series Data Labels with DevExpress Presentation API.
Implements
Inheritance
See Also