Back to Devexpress

ChartControl.Text Property

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-9f32c9db.md

latest1.4 KB
Original Source

ChartControl.Text Property

Overrides the Text property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string Text { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Text As String

Property Value

TypeDescription
String

A String value. Always returns System.String.Empty.

|

Remarks

This property is intended to hide the corresponding property of the Control class.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace