ChartControl.AppearanceNameSerializable Property
In This Article
For internal use. This property is used to support serialization of the ChartControl.AppearanceName property.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.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