Skip to main content

WebChartControl.AppearanceName Property

Gets or sets the name of the appearance which is currently being used to draw the chart’s elements.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v24.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public string AppearanceName { get; set; }

#Property Value

Type Description
String

A String value which is the appearance name.

#Remarks

To get the full list of currently available appearances within the WebChartControl, refer to the WebChartControl.GetAppearanceNames method’s description.

For more information on appearances, refer to Appearance Customization.

See Also