Back to Devexpress

SeriesBase.ValueDataMembersSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-seriesbase-bee6bf15.md

latest1.4 KB
Original Source

SeriesBase.ValueDataMembersSerializable Property

Gets or sets the string value used to support serialization of the SeriesBase.ValueDataMembers property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
String

A String value.

|

Remarks

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

See Also

SeriesBase Class

SeriesBase Members

DevExpress.XtraCharts Namespace