ChartToolTipEventArgs.Series Property
In This Article
Gets or sets a series for which a tooltip appears on a diagram.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#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