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
Declaration
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