public class LinePlot
extends com.inet.report.chart.plot.AbstractLinePlot
BaseDataset
interface.AbstractPlot.GradientSetting
Modifier and Type | Field and Description |
---|---|
static LineStyle |
DEFAULT_STYLE
Default chart style of this plot.
|
ITEM_LABEL_POSITION_BASE, ITEM_LABEL_POSITION_CENTER, ITEM_LABEL_POSITION_INSIDE_OF_MAX, ITEM_LABEL_POSITION_OUTSIDE_OF_MAX
DEFAULT_COLOR_SEQUENCE, DEFAULT_FOREGROUND_ALPHA, DEFAULT_ITEM_LABEL_COLOR, DEFAULT_ITEM_LABEL_FONT, DEFAULT_OUTLINE_COLOR, DEFAULT_OUTLINE_STYLE, DEFAULT_OUTLINE_WIDTH, TOKEN_PLOT
Constructor and Description |
---|
LinePlot()
Creates a line plot with default line style.
|
LinePlot(LineStyle style)
Creates a line plot with defined chart style.
|
Modifier and Type | Method and Description |
---|---|
ChartStyle |
getStyle()
Returns the style of this chart, ie. the general category this plot belongs to.
|
void |
setCategoryAxis(GroupAxis categoryAxis)
Sets the category axis of this plot.
|
void |
setDataAxis(ContinuousNumberAxis dataAxis)
Sets the data axis of this plot.
|
void |
setStyle(LineStyle style)
Sets the chart style of this plot.
|
getCategoryAxis, getDataAxis, getDataset, getItemLabelPosition, getReferencedObject, getSubProperties, isShowCumulativeValues, readProperties, refreshAutoTitles, saveSubProperties, setCategoryAxis, setDataAxis, setDataset, setItemLabelPosition, setShowCumulativeValues
getBackColor, getColorFormula, getColorSequence, getForegroundAlpha, getGradientSetting, getItemLabelColor, getItemLabelFont, getItemLabelFormat, getItemShape, getOutlineColor, getOutlineStyle, getOutlineWidth, isColorBySeries, isDrawOutline, isSameColorsForSameGroups, isShowLabel, isShowValue, saveProperties, setBackColor, setColorBySeries, setColorFormula, setColorSequence, setDrawOutline, setForegroundAlpha, setGradientSetting, setItemLabelColor, setItemLabelFont, setItemLabelFormat, setItemShape, setOutlineColor, setOutlineStyle, setOutlineWidth, setSameColorsForSameGroups, setShowLabel, setShowValue
public static final LineStyle DEFAULT_STYLE
public LinePlot()
DEFAULT_STYLE
public void setCategoryAxis(GroupAxis categoryAxis)
categoryAxis
- the category axis (null
not permitted)StandardPlot.getCategoryAxis()
,
GroupAxis
public void setDataAxis(ContinuousNumberAxis dataAxis)
dataAxis
- the data axis (null
not permitted)StandardPlot.getDataAxis()
,
ContinuousNumberAxis
public ChartStyle getStyle()
getStyle
in class com.inet.report.chart.plot.AbstractLinePlot
BarStyle.BAR2D
,
LineStyle.LINE_MARKER
,
AreaStyle.AREA2D_STACKED
public void setStyle(LineStyle style)
style
- the style (null
not permitted)getStyle()
,
LineStyle
Copyright © 1999-2020 by i-net software GmbH