| Package | Description | 
|---|---|
| fr.cnes.genius.chart | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GFreeChartXY.addSerie(String serieName,
        double[] xValueArray,
        double[] yValueArray,
        List<String> tooltipList,
        Color color,
        Shape shape)
Add a given series as either lines or points to the primary axis. 
 | 
void | 
GFreeChartXY.addSerie(String serieName,
        double[] xValueArray,
        double[] yValueArray,
        List<String> tooltipArray,
        Color color,
        Shape shape,
        boolean useSecondaryYAxis,
        Double xGapThreshold,
        Double yGapThreshold)
Add a given series to a given plot as either lines or points. 
 | 
Copyright © 2025. All rights reserved.