[]
Sets the errorbar display at the specified direction.
public ErrorBars SetErrorBarsVisible(bool visible)
Public Function SetErrorBarsVisible(visible As Boolean) As ErrorBars
Type | Name | Description |
---|---|---|
bool | visible | Sets to True to display the errorbars. |
Type | Description |
---|---|
ErrorBars | The errorbar which is set visible. |