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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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