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

XRChart.AppearanceName Property

Gets or sets the appearance name currently used to draw the chart’s elements.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatAppearance)]
public string AppearanceName { get; set; }

Property Value

Type Description
String

A String value which represents the appearance name.

See Also