Back to Devexpress

SeriesPoint.ColorSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-seriespoint-8acff5e0.md

latest1.3 KB
Original Source

SeriesPoint.ColorSerializable Property

Gets or sets the string value used to support serialization of the SeriesPoint.Color property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public string ColorSerializable { get; set; }
vb
<Browsable(False)>
Public Property ColorSerializable As String

Property Value

TypeDescription
String

A String object.

|

Remarks

This property is hidden and intended for internal use only. Normally you don’t need to use it.

See Also

SeriesPoint Class

SeriesPoint Members

DevExpress.XtraCharts Namespace