Search
Plot.HighlightedItem Property
See Also
 






Gets or sets the data item that should be drawn highlighted.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public HitResult HighlightedItem { get; set; }

Visual Basic  Copy Code

Public Property HighlightedItem As HitResult

 Property Value

An instance of the HitResult class.

 See Also