Back to Devexpress

SeriesLabelBase.HiddenSerializableString Property

corelibraries-devexpress-dot-xtracharts-dot-serieslabelbase-fc7d4100.md

latest1.6 KB
Original Source

SeriesLabelBase.HiddenSerializableString Property

OBSOLETE

This property is obsolete now.

Gets or sets the string value used to support serialization in a WebChartControl.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[Obsolete("This property is obsolete now.")]
public string HiddenSerializableString { get; set; }
vb
<Browsable(False)>
<DefaultValue("")>
<Obsolete("This property is obsolete now.")>
Public Property HiddenSerializableString As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value.

|

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