Back to Devexpress

ConstantLineCollection.Item[String] Property

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

latest1.5 KB
Original Source

ConstantLineCollection.Item[String] Property

Returns a constant line by its name.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Parameters

NameTypeDescription
nameString

A String value, specifying the constant line name.

|

Property Value

TypeDescription
ConstantLine

An ConstantLine object with the specified ChartElementNamed.Name property.

|

See Also

ConstantLineCollection Class

ConstantLineCollection Members

DevExpress.XtraCharts Namespace