Back to Devexpress

XRChart.AppearanceName Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-c21b38a8.md

latest1.2 KB
Original Source

XRChart.AppearanceName Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[SRCategory(ReportStringId.CatAppearance)]
public string AppearanceName { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
Public Property AppearanceName As String

Property Value

TypeDescription
String

A String value which represents the appearance name.

|

See Also

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace