public interface LineSeries extends Series
The following features are supported:
TypePackage.getLineSeries()
Modifier and Type | Method and Description |
---|---|
LineSeries |
copyInstance() |
LineAttributes |
getLineAttributes()
Returns the value of the 'Line Attributes'
containment reference.
|
Marker |
getMarker()
Deprecated.
Use Markers property instead. This is kept just to maintain
the compatibility with old models.
|
org.eclipse.emf.common.util.EList<Marker> |
getMarkers()
Returns the value of the 'Markers' containment
reference list.
|
ColorDefinition |
getShadowColor()
Returns the value of the 'Shadow Color' containment
reference.
|
boolean |
isConnectMissingValue()
Returns the value of the 'Connect Missing Value'
attribute.
|
boolean |
isCurve()
Returns the value of the 'Curve' attribute.
|
boolean |
isPaletteLineColor()
Returns the value of the 'Palette Line Color'
attribute.
|
boolean |
isSetConnectMissingValue()
Returns whether the value of the '
Connect Missing Value ' attribute is set. |
boolean |
isSetCurve()
Returns whether the value of the '
Curve ' attribute is set. |
boolean |
isSetPaletteLineColor()
Returns whether the value of the '
Palette Line Color ' attribute is set. |
void |
setConnectMissingValue(boolean value)
Sets the value of the '
Connect Missing Value ' attribute. |
void |
setCurve(boolean value)
Sets the value of the '
Curve ' attribute. |
void |
setLineAttributes(LineAttributes value)
Sets the value of the '
Line Attributes ' containment reference. |
void |
setMarker(Marker value)
Deprecated.
Use Markers property instead. This is kept just to maintain
the compatibility with old models.
|
void |
setPaletteLineColor(boolean value)
Sets the value of the '
Palette Line Color ' attribute. |
void |
setShadowColor(ColorDefinition value)
Sets the value of the '
Shadow Color ' containment reference. |
void |
unsetConnectMissingValue()
Unsets the value of the '
Connect Missing Value ' attribute. |
void |
unsetCurve()
Unsets the value of the '
Curve ' attribute. |
void |
unsetPaletteLineColor()
Unsets the value of the '
Palette Line Color ' attribute. |
canBeStacked, canParticipateInCombination, canShareAxisUnit, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, getDefinedDataDefinitionIndex, getDisplayName, getLabel, getLabelPosition, getLabelPositionScope, getSeriesIdentifier, getTriggers, isSetLabelPosition, isSetStacked, isSetTranslucent, isSetVisible, isSingleCache, isStacked, isTranslucent, isVisible, setCursor, setCurveFitting, setDataPoint, setDataSet, setDataSet, setLabel, setLabelPosition, setSeriesIdentifier, setStacked, setTranslucent, setVisible, translateFrom, unsetLabelPosition, unsetStacked, unsetTranslucent, unsetVisible
org.eclipse.emf.common.util.EList<Marker> getMarkers()
Marker
.
Specifies the marker to be used for displaying the data point on the line
in the chart.
TypePackage.getLineSeries_Markers()
Marker getMarker()
setMarker(Marker)
,
TypePackage.getLineSeries_Marker()
void setMarker(Marker value)
Marker
'
containment reference. value
- the new value of the 'Marker' containment
reference.getMarker()
LineAttributes getLineAttributes()
setLineAttributes(LineAttributes)
,
TypePackage.getLineSeries_LineAttributes()
void setLineAttributes(LineAttributes value)
Line Attributes
' containment reference.
value
- the new value of the 'Line Attributes' containment reference.getLineAttributes()
boolean isPaletteLineColor()
isSetPaletteLineColor()
,
unsetPaletteLineColor()
,
setPaletteLineColor(boolean)
,
TypePackage.getLineSeries_PaletteLineColor()
void setPaletteLineColor(boolean value)
Palette Line Color
' attribute.
value
- the new value of the 'Palette Line Color' attribute.isSetPaletteLineColor()
,
unsetPaletteLineColor()
,
isPaletteLineColor()
void unsetPaletteLineColor()
Palette Line Color
' attribute.
boolean isSetPaletteLineColor()
Palette Line Color
' attribute is set.
unsetPaletteLineColor()
,
isPaletteLineColor()
,
setPaletteLineColor(boolean)
boolean isCurve()
isSetCurve()
,
unsetCurve()
,
setCurve(boolean)
,
TypePackage.getLineSeries_Curve()
void setCurve(boolean value)
Curve
' attribute.
value
- the new value of the 'Curve' attribute.isSetCurve()
,
unsetCurve()
,
isCurve()
void unsetCurve()
Curve
' attribute.
isSetCurve()
,
isCurve()
,
setCurve(boolean)
boolean isSetCurve()
Curve
' attribute is set.
unsetCurve()
,
isCurve()
,
setCurve(boolean)
ColorDefinition getShadowColor()
setShadowColor(ColorDefinition)
,
TypePackage.getLineSeries_ShadowColor()
void setShadowColor(ColorDefinition value)
Shadow Color
' containment reference.
value
- the new value of the 'Shadow Color' containment reference.getShadowColor()
boolean isConnectMissingValue()
"true"
.
Specifies if connect the missing values in the line or just skip drawing.
isSetConnectMissingValue()
,
unsetConnectMissingValue()
,
setConnectMissingValue(boolean)
,
TypePackage.getLineSeries_ConnectMissingValue()
void setConnectMissingValue(boolean value)
Connect Missing Value
' attribute.
value
- the new value of the 'Connect Missing Value' attribute.isSetConnectMissingValue()
,
unsetConnectMissingValue()
,
isConnectMissingValue()
void unsetConnectMissingValue()
Connect Missing Value
' attribute.
boolean isSetConnectMissingValue()
Connect Missing Value
' attribute is set.
unsetConnectMissingValue()
,
isConnectMissingValue()
,
setConnectMissingValue(boolean)
LineSeries copyInstance()
copyInstance
in interface IChartObject
copyInstance
in interface Series
Copyright © 2005-2008 Actuate Corp. All rights reserved.