'Declaration Public Overloads Overridable Sub DisplayOnAxis( _ ByVal axisId As Integer, _ ByVal display As Boolean _ )
'Usage Dim instance As SeriesBase Dim axisId As Integer Dim display As Boolean instance.DisplayOnAxis(axisId, display)
Parameters
- axisId
- specifies the id of the targeted axis (standard or custom)
- display
- if true the series is scaled on the specified axis
if false the series is not scaled on the specified axis