Back to Devexpress

AppearanceRepository.Item[String] Property

corelibraries-devexpress-dot-xtracharts-dot-appearancerepository-dot-item-x28-system-dot-string-x29.md

latest1.8 KB
Original Source

AppearanceRepository.Item[String] Property

Provides access to individual appearances in the repository by their names.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartAppearance this[string name] { get; }
vb
Public ReadOnly Property Item(name As String) As ChartAppearance

Parameters

NameTypeDescription
nameString

A String value specifying the name of the appearance to get.

|

Property Value

TypeDescription
ChartAppearance

A ChartAppearance object which specifies the appearance with the specified name.

|

Remarks

Use this property to access series by their names using index notation. Note that if there is no series with the specified name in the collection, then this property returns null ( Nothing in Visual Basic).

See Also

AppearanceRepository Class

AppearanceRepository Members

DevExpress.XtraCharts Namespace