Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataLabel Interface

A data label on a point of the chart series.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v23.1.Core.dll

Declaration

public interface DataLabel :
    DataLabelBase,
    ShapeFormat,
    ShapeFormatBase,
    ShapeTextFormat

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