BarSeries.DataLabels Property
Returns data label settings for the series.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| BarDataLabels | A |
Remarks
You can use BarChartView.DataLabels to specify data label settings for all series at the view level.
For additional information about data labels, refer to the following help topic: Customize Series Data Labels with DevExpress Presentation API.
See Also