property ChartView.ShowAssistants as Boolean
Retrieves or sets a value that indicates whether the assistant nodes are shown.

TypeDescription
Boolean A boolean expression that indicates whether the assistant nodes are visible or hidden.

Use the ShowAssistants property to hide the assistant nodes. Use the AddAssistant method to add assistant nodes. By default, the ShowAssistants property is True. The control displays the assistant nodes only if the ShowAssistants property is True. Use the Assistant property to access the assistant nodes collection. Use the RemoveAssistant  method to remove an assistant node.