Back to Devexpress

CrosshairLegendElementBase.Series Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshairlegendelementbase-87689266.md

latest1.1 KB
Original Source

CrosshairLegendElementBase.Series Property

Returns the series for which the Crosshair Cursor displays a Label Row in a legend.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public XYSeries2D Series { get; }
vb
Public ReadOnly Property Series As XYSeries2D

Property Value

TypeDescription
XYSeries2D

The series for which the Crosshair Cursor displays a Label Row in a legend.

|

See Also

CrosshairLegendElementBase Class

CrosshairLegendElementBase Members

DevExpress.Xpf.Charts Namespace