'Declaration Public Overloads Overrides Function IsDisplayedOnAxis( _ ByVal axisId As Integer _ ) As Boolean
'Usage Dim instance As PolarSeries 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 axisId is equal to StandardAxis.Polar
false otherwise