corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-4514bb38.md
This property is now obsolete. Use the TextPattern property instead.
Gets or sets the common text for all data point labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the TextPattern property instead.")]
public string Text { get; set; }
<Browsable(False)>
<Obsolete("This property is now obsolete. Use the TextPattern property instead.")>
Public Property Text As String
| Type | Description |
|---|---|
| String |
A String that specifies the common data point label text.
|
The Text property specifies the common text for all the data point labels of a series. Setting this property for a series’ SeriesBase.Label object, will result in all of the series’ data point labels displaying this text instead of the data points’ particular values which are specified by the SeriesLabelBase.ValueType property.
See Also