Back to Devexpress

SeriesLabelBase.PointOptionsSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-2287f882.md

latest1.4 KB
Original Source

SeriesLabelBase.PointOptionsSerializable Property

Gets the string value used to support serialization of the series label options.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
IList

An object supporting the IList interface.

|

Remarks

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

See Also

SeriesLabelBase Class

SeriesLabelBase Members

DevExpress.XtraCharts Namespace