'Declaration Public Overloads Overridable Function IsDisplayedOnAxis( _ ByVal axisId As Integer _ ) As Boolean
'Usage Dim instance As SeriesBase Dim axisId As Integer Dim value As Boolean value = instance.IsDisplayedOnAxis(axisId)
Parameters
- axisId
- the id of the axis of interest
Return Value
true if the series is displayed on the specified standard axis.
false if the series is not displayed on the specified standard axis.