Back to Devexpress

SeriesTemplate.SeriesColorizerSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-seriestemplate-a8ce2ff5.md

latest1.3 KB
Original Source

SeriesTemplate.SeriesColorizerSerializable Property

For internal use only. This property is used to support the series template’s series colorizer serialization.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public IList SeriesColorizerSerializable { get; }
vb
<Browsable(False)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SeriesColorizerSerializable As IList

Property Value

Type
IList

Remarks

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

See Also

SeriesTemplate Class

SeriesTemplate Members

DevExpress.XtraCharts Namespace