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

AppearanceRepository.Item[String] Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartAppearance this[string name] { get; }

Parameters

Name Type Description
name String

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

Property Value

Type Description
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