Skip to main content
A newer version of this page is available. .

ChartToolTipEventArgs.Series Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

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