ColorCollection.ToString(String, IFormatProvider) Method
Returns the text representation of the ColorCollection object.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
Name | Type | Description |
---|---|---|
format | String | A String value that is the string format. |
formatProvider | IFormatProvider | An object implementing the IFormatProvider interface. |
Returns
Type | Description |
---|---|
String | A String value which is the textual representation of ColorCollection. |
See Also