Gets or sets the highlight mode of the DataPoint objects in the DataSeries.
The default is DataPointHighlightMode.None.
This is a dependency property.
Namespace: Mindscape.PhoneElements.ChartingAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public DataPointHighlightMode HighlightMode { get; set; } |
| Visual Basic |
|---|
Public Property HighlightMode As DataPointHighlightMode Get Set |
| Visual C++ |
|---|
public: property DataPointHighlightMode HighlightMode { DataPointHighlightMode get (); void set (DataPointHighlightMode value); } |