HighlightSelectedDataPoint property: Chart class
Description
Use this property to specify a Boolean value indicating whether a data point selected by a user is highlighted on a chart or not. The default value is False.
Important:
The HighlightSelectedDataPoint property has been desupported and retained for backward compatibility only. Do not use this property to enable data point selection in newly created charts. Instead, use the DataSelectionMode property, the SetSelectedData method, and the ChartClientState class to manage data item selection in charts The HighlightSelectedDataPoint property is incompatible with this new methodology.
This property is read/write.
Example
&oChart.HighlightSelectedDataPoint = True;
Related Topics