Skip to main content
A newer version of this page is available. .

ChartControl.AppearanceNameSerializable Property

For internal use. This property is used to support serialization of the ChartControl.AppearanceName property.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public string AppearanceNameSerializable { get; set; }

Property Value

Type Description
String

A String value.

See Also