Skip to main content

ChartControl.AppearanceNameSerializable Property

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

Namespace: DevExpress.XtraCharts

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

NuGet Package: DevExpress.Win.Charts

Declaration

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

Property Value

Type Description
String

A String value.

See Also