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