Charting for WinForms Programmer's Guide
RadarPlot.GetEffectiveAxis Method
See Also
 






Gets the Axis representing the range for specified data variable index.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Axis GetEffectiveAxis (
    int index
)

Visual Basic  Copy Code

Public Function GetEffectiveAxis( _
    index As Integer _
) As Axis

 Parameters

index

An integer index of data items in series.

 Return Value

The associated Axis.

 See Also

RadarPlot Members
RadarPlot Class
MindFusion.Charting Namespace