Back to Devexpress

SeriesViewBase.TypeNameSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-seriesviewbase-9b2289d0.md

latest1.3 KB
Original Source

SeriesViewBase.TypeNameSerializable Property

Gets the string value used to support serialization of the series view type.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public string TypeNameSerializable { get; }
vb
<Browsable(False)>
Public ReadOnly Property TypeNameSerializable 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

SeriesViewBase Class

SeriesViewBase Members

DevExpress.XtraCharts Namespace