DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.series
Class LegendXYSeries

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.PlotAreaElement
      extended by com.cete.dynamicpdf.pageelements.charting.SeriesBase
          extended by com.cete.dynamicpdf.pageelements.charting.series.XYSeries
              extended by com.cete.dynamicpdf.pageelements.charting.series.LegendXYSeries
Direct Known Subclasses:
AreaSeries, BarSeries, ColumnSeries, LineSeries, XYScatterSeries

public abstract class LegendXYSeries
extends XYSeries

Class provides the base class from which all xy series with legend are derived.

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


Method Summary
 Color getColor()
          Gets the Color object to use for the color of the series.
 LegendLabel getLegendLabel()
          Gets the LegendLabel object to use for the series.
 java.lang.String getName()
          Gets the name of the series.
 void setColor(Color color)
          Sets the Color object to use for the color of the series.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.SeriesBase
getDrawBehindAxis, setDrawBehindAxis
 
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
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the series.

Returns:
the string value specifying name of the series.

getColor

public Color getColor()
Gets the Color object to use for the color of the series.

Returns:
the color of the series.
See Also:
Color

setColor

public void setColor(Color color)
Sets the Color object to use for the color of the series.

Parameters:
color - Color object to use for the color of the series.
See Also:
Color

getLegendLabel

public LegendLabel getLegendLabel()
Gets the LegendLabel object to use for the series.

Returns:
the legend label of the series.
See Also:
LegendLabel

DynamicPDF by ceTe Software

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