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

ChartHitInfo.ChartTitle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public ChartTitle ChartTitle { get; }

Property Value

Type Description
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