DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class SeriesBase

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.SeriesBase
Direct Known Subclasses:
PieSeries, XYSeries

public abstract class SeriesBase
extends PlotAreaElement

The base class from which all the Series are derived.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Constructor Summary
SeriesBase()
           
 
Method Summary
 boolean getDrawBehindAxis()
          Gets the position of the Series either below or above the axis.
 void setDrawBehindAxis(boolean value)
          Sets the position of the Series either below or above the axis.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
getLegend, getPlotArea, setLegend, setPlotArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriesBase

public SeriesBase()
Method Detail

getDrawBehindAxis

public boolean getDrawBehindAxis()
Gets the position of the Series either below or above the axis. By default it is true.

Returns:
the position of the Series either below or above the axis.

setDrawBehindAxis

public void setDrawBehindAxis(boolean value)
Sets the position of the Series either below or above the axis. By default it is true.

Parameters:
value - boolean value to set the position of the Series either below or above the axis.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software