Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ChartText Interface

The text displayed in the chart element.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public interface ChartText

Remarks

The ChartText object is exposed by the following properties:

Use the ChartText.SetReference method to specify a worksheet cell range from which a text is obtained. To specify the text directly, use the ChartText.SetValue method.

See Also