property ChartView.HideSelection as Boolean
Specifies whether the selection in the control is hidden when the control loses the focus.

TypeDescription
Boolean A boolean expression that indicates whether the selection in the control is hidden when the control loses the focus.

By default, the HideSelection property is True. Use the SelectNode property to specify the selected node. The control fires the Select event when a node is selected. The SelColor property retrieves or sets a value that indicates the color used to mark the selected node. Use the DrawRoundNode property to draw round corners for the nodes. The ShadowNode property determines whether the control displays a shadow for nodes. Use the ShadowNode property to hide the shadow for a specific node.