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

ChartImage.ToString() Method

Returns the textual representation of ChartImage.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public override string ToString()

Returns

Type Description
String

A String value.

Remarks

The ToString method always returns the “(Image)” value.

See Also