Search
RadarPlot.getEffectiveAxis Method
See Also
 






Gets the Axis that represents the value range for the data item with the specified index.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Axis getEffectiveAxis (
    int index
)

 Parameters

index

The zero-based index of the data items in its Series.

 Return Value

The associated Axis.

 See Also