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

ChartHitInfo.SeriesTitle Property

Gets a series title which is located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public SeriesTitle SeriesTitle { get; }

Property Value

Type Description
SeriesTitle

A SeriesTitle object which represents the series title located under the test point.

Remarks

Use the SeriesTitle property to access the series title located under the test point if the ChartHitInfo.InSeriesTitle property returns true. Note that if the ChartHitInfo.InSeriesTitle is false, then the SeriesTitle property returns null (Nothing in Visual Basic).

See Also