Sepecifies how a DataPoint can be highlighted within its DataSeries.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.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.
ClosestXValue1DataPoint objects within the DataSeries are highlighted when the user taps close to their respective X values.

See Also