MindFusion.Charting for Java Programmer's Guide
SeriesRenderer.domainDimension Method
See Also
 






  Gauges

Implements the SeriesContainer.domainimension method. Gets the index of the dimension whose set of values should be treated as domain of plotted function.

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

 Syntax

Java  Copy Code

public int domainDimension (
    Series series
)

 Parameters

series
The zero-based index of the Series.

 Return Value

The dimension index. Values range from 0 to 2.

 Remarks

The dimensions are three X, Y and Z.

 See Also