Back to Devexpress

SeriesLabelBase.Text Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-4514bb38.md

latest1.8 KB
Original Source

SeriesLabelBase.Text Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the TextPattern property instead.")]
public string Text { get; set; }
vb
<Browsable(False)>
<Obsolete("This property is now obsolete. Use the TextPattern property instead.")>
Public Property Text As String

Property Value

TypeDescription
String

A String that specifies the common data point label text.

|

Remarks

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

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace