Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

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