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

ChartToolTipEventArgs.ChartControl Property

Gets or sets a chart which represents data from different kinds of data sources.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public ChartControl ChartControl { get; set; }

Property Value

Type Description
ChartControl

A ChartControl object.

Remarks

Use the ChartControl property to access a chart when handling the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.

See Also