Sepecifies how a DataPoint can be highlighted within its DataSeries.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | DataPoint objects in the DataSeries can not be highlighted. | |
| MouseOver | 1 | DataPoint objects within the DataSeries are highlighted when the mouse is over them. | |
| ClosestXValue | 2 | DataPoint objects within the DataSeries are highlighted when the mouse is close to their respective X values. |