Skip to main content

XRChart.AppearanceName Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
String

A String value which represents the appearance name.

See Also