Search
HitResult.Series Property
See Also
 






Gets the Series that has been hit.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Series Series { get; }

Visual Basic  Copy Code

Public ReadOnly Property Series As Series

 Property Value

An instance of the Series interface.

 See Also