|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.charting.PlotAreaElement com.cete.dynamicpdf.pageelements.charting.series.SeriesElement com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElement com.cete.dynamicpdf.pageelements.charting.series.StackedColumnSeriesElement com.cete.dynamicpdf.pageelements.charting.series.DateTimeStackedColumnSeriesElement
public class DateTimeStackedColumnSeriesElement
Represents an individual item in the stacked column series element with date-time axis.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
DateTimeStackedColumnSeriesElement(java.lang.String name)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
|
DateTimeStackedColumnSeriesElement(java.lang.String name,
Color color)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
|
DateTimeStackedColumnSeriesElement(java.lang.String name,
Color color,
float borderWidth)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
|
DateTimeStackedColumnSeriesElement(java.lang.String name,
Color color,
float borderWidth,
Color borderColor)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
|
DateTimeStackedColumnSeriesElement(java.lang.String name,
Color color,
float borderWidth,
Color borderColor,
Legend legend)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
|
DateTimeStackedColumnSeriesElement(java.lang.String name,
Color color,
Legend legend)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
|
DateTimeStackedColumnSeriesElement(java.lang.String name,
float borderWidth,
Color borderColor)
Initializes a new instance of the DateTimeStackedColumnSeriesElement class. |
Method Summary | |
---|---|
DateTimeStackedColumnValueList |
getValues()
Gets the DateTimeStackedColumnValueList object contained in the
stacked column series element with date-time axis. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedColumnSeriesElement |
---|
getBorderColor, getBorderWidth, getDataLabel, setBorderColor, setBorderWidth, setDataLabel |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.StackedSeriesElementBase |
---|
getValueFormat, setValueFormat |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.series.SeriesElement |
---|
getColor, getLegendLabel, getName, setColor |
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 |
---|
public DateTimeStackedColumnSeriesElement(java.lang.String name)
DateTimeStackedColumnSeriesElement
class.
name
- Name of the stacked column series element with date-time axis.public DateTimeStackedColumnSeriesElement(java.lang.String name, Color color)
DateTimeStackedColumnSeriesElement
class.
name
- Name of the stacked column series element with date-time axis.color
- Color
of the stacked column series element with date-time axis.public DateTimeStackedColumnSeriesElement(java.lang.String name, Color color, Legend legend)
DateTimeStackedColumnSeriesElement
class.
name
- Name of the stacked column series element with date-time axis.color
- Color
of the stacked column series element with date-time axis.legend
- Legend
of the stacked column series element with date-time axis.Legend
public DateTimeStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth)
DateTimeStackedColumnSeriesElement
class.
name
- Name of the stacked column series element with date-time axis.color
- Color
of the stacked column series element with date-time axis..borderWidth
- Border width of the stacked column series element with date-time axis.public DateTimeStackedColumnSeriesElement(java.lang.String name, float borderWidth, Color borderColor)
DateTimeStackedColumnSeriesElement
class.
name
- Name of the stacked column series element with date-time axis.borderWidth
- Border width of the stacked column series element with date-time axis.borderColor
- Border Color
of the stacked column series element with date-time axis.public DateTimeStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor)
DateTimeStackedColumnSeriesElement
class.
name
- Name of the stacked column series element with date-time axis.color
- Color
of the stacked column series element with date-time axis.borderWidth
- Border width of the stacked column series element with date-time axis.borderColor
- Border Color
of the stacked column series element with date-time axis.public DateTimeStackedColumnSeriesElement(java.lang.String name, Color color, float borderWidth, Color borderColor, Legend legend)
DateTimeStackedColumnSeriesElement
class.
name
- Name of the stacked column series element with date-time axis.color
- Color
of the stacked column series element with date-time axis.borderWidth
- Border width of the stacked column series element with date-time axis.borderColor
- Border Color
of the stacked column series element with date-time axis.legend
- Legend
of the stacked column series element with date-time axis.Legend
Method Detail |
---|
public DateTimeStackedColumnValueList getValues()
DateTimeStackedColumnValueList
object contained in the
stacked column series element with date-time axis.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |