Back to Devexpress

Annotation.AnchorPointSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-annotation-ac144dee.md

latest1.4 KB
Original Source

Annotation.AnchorPointSerializable Property

For internal use. This property is used to support serialization of the anchor point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public IList AnchorPointSerializable { get; }
vb
<Browsable(False)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AnchorPointSerializable 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

Annotation Class

Annotation Members

DevExpress.XtraCharts Namespace