Skip to main content

ChartToolTipEventArgs.Series Property

Gets or sets a series for which a tooltip appears on a diagram.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Series Series { get; set; }

Property Value

Type Description
Series

A Series object which represents the series for which a tooltip appears.

Remarks

Use the Series property to access the series for which a tooltip appears when handling the ChartToolTipController.ToolTipOpening and ChartToolTipController.ToolTipClosing events.

See Also