[]
Configurates IsVisible. Sets the visibility of the LineMarker.
public LineMarkerBuilder<T> IsVisible(bool value)
Public Function IsVisible(value As Boolean) As LineMarkerBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| LineMarkerBuilder<T> | Current builder. |