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

ChartHitInfo.Chart Property

Gets a chart which is located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public IChartContainer Chart { get; }

Property Value

Type Description
DevExpress.XtraCharts.Native.IChartContainer

An object implementing the DevExpress.XtraCharts.Native.IChartContainer interface (e.g., ChartControl or WebChartControl) which represents the chart located under the test point.

Remarks

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

See Also