ChartToolTipEventArgs.ChartControl Property
In This Article
Gets or sets a chart which represents data from different kinds of data sources.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ChartControl ChartControl { get; set; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
#Remarks
Use the ChartControl property to access a chart when handling the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.
See Also