Back to Devexpress

ChartElement.ToString() Method

corelibraries-devexpress-dot-xtracharts-dot-chartelement-5d333fd8.md

latest1.2 KB
Original Source

ChartElement.ToString() Method

Returns the textual representation of the chart element.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public override string ToString()
vb
Public Overrides Function ToString As String

Returns

TypeDescription
String

A String value which is the textual representation of the chart element.

|

Remarks

The ToString method returns the “([TypeName])” value, where the [TypeName] is the name of the chart element’s type.

See Also

ChartElement Class

ChartElement Members

DevExpress.XtraCharts Namespace