Implements Series.getDimensions. Returns 5.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
Java Copy Code |
---|
public int getDimensions () |
An integer that specifies the count of data lists used.
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.
MindFusion.Charting for Java Programmer's Guide | © 2024 MindFusion |