[]
Gets whether series should be visible for displaying.
protected virtual bool GetSeriesVisible(Series series)
Protected Overridable Function GetSeriesVisible(series As Series) As Boolean
| Type | Name | Description |
|---|---|---|
| Series | series | Series that need to be checked |
| Type | Description |
|---|---|
| bool | True if the series is visible; otherwise, false. |