Back to Devexpress

ChartHitInfo.SeriesTitle Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-6bd482c9.md

latest1.8 KB
Original Source

ChartHitInfo.SeriesTitle Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesTitle SeriesTitle { get; }
vb
Public ReadOnly Property SeriesTitle As SeriesTitle

Property Value

TypeDescription
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

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace