Back to Devexpress

Axis2D.VisibleInPanesSerializable Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-984849a0.md

latest1.4 KB
Original Source

Axis2D.VisibleInPanesSerializable Property

Gets or sets the string value used to support serialization of the Axis2D.VisibilityInPanes property.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDefaultDescription
String-1

A String value.

|

Remarks

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

See Also

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace