Back to Devexpress

Palette.ToString() Method

corelibraries-devexpress-dot-xtracharts-dot-palette-41f633a6.md

latest1.2 KB
Original Source

Palette.ToString() Method

Returns the textual representation of the palette.

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 palette.

|

Remarks

The ToString method returns the value of the Palette.Name property.

See Also

Palette Class

Palette Members

DevExpress.XtraCharts Namespace