ChartHitInfo.SeriesTitle Property
In This Article
Gets a series title which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public SeriesTitle SeriesTitle { get; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
#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