Search
SeriesContainer.domainDimension Method
See Also
 






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

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

 Syntax

Java  Copy Code

int domainDimension (
    Series series
)

 Parameters

series

A Series in this container.

 Return Value

The dimension index.

 See Also