Skip to main content
A newer version of this page is available. .

ChartControl.Text Property

Overrides the Text property.

Namespace: DevExpress.XtraCharts

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

Declaration

[Browsable(false)]
public string Text { get; set; }

Property Value

Type Description
String

A String value. Always returns Empty.

Remarks

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

See Also