Skip to main content

StripCollection.Item[String] Property

Returns a strip by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public Strip this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the strip name.

Property Value

Type Description
Strip

An Strip object with the specified ChartElementNamed.Name property.

See Also