Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataLabel Interface

A data label on a point of the chart series.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public interface DataLabel :
    DataLabelBase,
    ShapeFormat,
    ShapeFormatBase,
    ShapeTextFormat

The following members return DataLabel objects:

#Remarks

Data labels for a chart series are generated and placed automatically. You can specify certain options applied to all data labels within a chart view by using the ChartView.DataLabels property.

To change the appearance of an individual data label, you should add an DataLabel object by its index to the DataLabelCollection which can be accessed by using the Series.CustomDataLabels property. Subsequently you can modify the properties of the added DataLabel.

See Also