Back to Devexpress

StripCollection.Item[String] Property

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

latest1.4 KB
Original Source

StripCollection.Item[String] Property

Returns a strip by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
nameString

A String value, specifying the strip name.

|

Property Value

TypeDescription
Strip

An Strip object with the specified ChartElementNamed.Name property.

|

See Also

StripCollection Class

StripCollection Members

DevExpress.XtraCharts Namespace