Sepecifies how a DataPoint can be highlighted within its DataSeries.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum DataPointHighlightMode
Visual Basic
Public Enumeration DataPointHighlightMode
Visual C++
public enum class DataPointHighlightMode

Members

Member nameValueDescription
None0DataPoint objects in the DataSeries can not be highlighted.
MouseOver1DataPoint objects within the DataSeries are highlighted when the mouse is over them.
ClosestXValue2DataPoint objects within the DataSeries are highlighted when the mouse is close to their respective X values.

See Also