[]
Configurates the OnClientSelectionChanged client event. Occurs after the selection changes, whether programmatically or when the user clicks the chart.
public virtual TBuilder OnClientSelectionChanged(string value)
Public Overridable Function OnClientSelectionChanged(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |