Back to Devexpress

ChartHitInfo.ChartTitle Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-63e5f305.md

latest1.8 KB
Original Source

ChartHitInfo.ChartTitle Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
ChartTitle

A ChartTitle object which represents the chart title located under the test point.

|

Remarks

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

See Also

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace