Skip to main content

ConstantLineCollection.Item[String] Property

Returns a constant line by its name.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public ConstantLine this[string name] { get; }

Parameters

Name Type Description
name String

A String value, specifying the constant line name.

Property Value

Type Description
ConstantLine

An ConstantLine object with the specified ChartElementNamed.Name property.

See Also