Xceed Chart for WinForms v4.4 Documentation
DisplayOnAxis(Int32,Boolean) Method


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > PolarSeries Class > DisplayOnAxis Method : DisplayOnAxis(Int32,Boolean) Method
Instruct the chart whether to scale the series on the specified axis.
Syntax
'Declaration
 
Public Overloads Overrides Sub DisplayOnAxis( _
   ByVal axisId As Integer, _
   ByVal display As Boolean _
) 
'Usage
 
Dim instance As PolarSeries
Dim axisId As Integer
Dim display As Boolean
 
instance.DisplayOnAxis(axisId, display)
public override void DisplayOnAxis( 
   int axisId,
   bool display
)

Parameters

axisId
display
Remarks
The current implementation only throws an exception, since the polar series is always and only displayed on the one and only polar axis.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PolarSeries Class
PolarSeries Members
Overload List
Base Implementation in DisplayOnAxis(Int32,Boolean)