Back to Devexpress

ChartToolTipEventArgs.Series Property

wpf-devexpress-dot-xpf-dot-charts-dot-charttooltipeventargs-660916fb.md

latest1.4 KB
Original Source

ChartToolTipEventArgs.Series Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Series Series { get; set; }
vb
Public Property Series As Series

Property Value

TypeDescription
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

ChartToolTipEventArgs Class

ChartToolTipEventArgs Members

DevExpress.Xpf.Charts Namespace