Search
StockPriceSeries.getDimensions Method
See Also
 






Implements Series.getDimensions. Returns 5.

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

 Syntax

Java  Copy Code

public int getDimensions ()

 Return Value

An integer that specifies the count of data lists used.

 Remarks

The dimensions for most Series-derived classes are three X, Y and Z. The StockPriceSeries has a different data model and uses 5 data dimensions: for high, low, open, close and Date data.

 See Also