SeriesLabelBase.Text Property
In This Article
OBSOLETE
This property is now obsolete. Use the Text
Gets or sets the common text for all data point labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the TextPattern property instead.")]
public string Text { get; set; }
#Property Value
Type | Description |
---|---|
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