Back to Devexpress

SeriesBase.ToString() Method

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-6ccf6a7a.md

latest1.2 KB
Original Source

SeriesBase.ToString() Method

Returns the textual representation of the series template.

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 series template.

|

Remarks

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

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace