Chart3DHitInfo.SeriesPoint Property
In This Article
Returns the series point located under the hit test series point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SeriesPoint3D SeriesPoint { get; }
#Property Value
Type | Description |
---|---|
Series |
The series point located under the hit test series point. |
See Also