com.jinsight.jetchart
Class AreaSerie

java.lang.Object
  |
  +--com.jinsight.jetchart.AbstractSerie
        |
        +--com.jinsight.jetchart.GraphSerie
              |
              +--com.jinsight.jetchart.AreaSerie

public class AreaSerie
extends GraphSerie

This class implements the properties and methods of an area series.


Fields inherited from class com.jinsight.jetchart.GraphSerie
ABOVE_TOP_YAXIS, AREA, BAR, BAR_HLC, BAR_OHLC, BESIDE_TOP_YAXIS, CANDLESTICK, DASHED, EMPTY_CIRCLE_MARK, EMPTY_DIAMOND_MARK, EMPTY_SQUARE_MARK, EMPTY_TRIANGLE_MARK, IMAGE, LEGEND, LINE, LINE_HLC, LINE_OHLC, MARK_SHAPE_LEGEND, POINT, ROUNDED_CANDLESTICK, SOLID, SOLID_CIRCLE_MARK, SOLID_DIAMOND_MARK, SOLID_SQUARE_LEGEND, SOLID_SQUARE_MARK, SOLID_TRIANGLE_MARK, STACKED_BAR, X_MARK
 
Fields inherited from class com.jinsight.jetchart.AbstractSerie
CLIENT_SIDE, SERVER_SIDE_CERN, SERVER_SIDE_NCSA
 
Constructor Summary
AreaSerie()
          Creates an AreaSerie object.
AreaSerie(double[] values)
          Creates an AreaSerie object.
AreaSerie(double[] values, java.lang.String title)
          Creates an AreaSerie object.
 
Method Summary
 void setAreaLinesEnabled(boolean isAreaLinesEnabled)
          Enables/disables crossed lines across series area.
 
Methods inherited from class com.jinsight.jetchart.GraphSerie
finalize, getColor, getMultipleValues, getRegressionLine, getSerieMap, getSerieMap, getSerieMap, getTitle, getType, getValues, removeRegressionLine, setColor, setCoordinatesStatus, setFont, setMarkLegendBackground, setMarkLegendEnabled, setMarkLegendForeground, setMarkLegendOpacityEnabled, setMarksColor, setMarksEnabled, setMarksStyle, setMultipleValues, setStartPoint, setTitle, setTitleFont, setTitlePosition, setToolTipContent, setValues, setValuesQuery
 
Methods inherited from class com.jinsight.jetchart.AbstractSerie
getId, setHighlightColor, setHighlightEnabled, setId, setLegendEnabled, setMultipleValues, setSVGURLs, setToolTipEnabled, setValueFormat, setValues
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaSerie

public AreaSerie()
Creates an AreaSerie object. Default constructor.

AreaSerie

public AreaSerie(double[] values)
Creates an AreaSerie object.
Parameters:
values - Array of double precision numbers containing series values.
See Also:
AbstractSerie.setValues(double[])

AreaSerie

public AreaSerie(double[] values,
                 java.lang.String title)
Creates an AreaSerie object.
Parameters:
values - Array of double precision numbers containing series values.
title - String containing series title. The series title is displayed in the legend box.
See Also:
AbstractSerie.setValues(double[])
Method Detail

setAreaLinesEnabled

public void setAreaLinesEnabled(boolean isAreaLinesEnabled)
Enables/disables crossed lines across series area.
Parameters:
isAreaLinesEnabled - A boolean value(true/false).