|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DifferenceSeries
A representation of the model object 'Difference Series'. This is a Series type that, during design time, holds the query data for Difference charts, and during run time, holds the values for each data point in the series. Each data point in a Difference Series holds two values. When rendered, a line connects each high value of each data point, another line connects each low value of each data point, and the area between the high and low lines is filled with the series color.
The following features are supported:
TypePackage.getDifferenceSeries()
Method Summary | |
---|---|
DifferenceSeries |
copyInstance()
A convenient method to get an instance copy. |
LineAttributes |
getNegativeLineAttributes()
Returns the value of the 'Negative Line Attributes' containment reference. |
org.eclipse.emf.common.util.EList<Marker> |
getNegativeMarkers()
Returns the value of the 'Negative Markers' containment reference list. |
void |
setNegativeLineAttributes(LineAttributes value)
Sets the value of the ' Negative Line Attributes ' containment reference. |
Methods inherited from interface org.eclipse.birt.chart.model.type.LineSeries |
---|
getLineAttributes, getMarker, getMarkers, getShadowColor, isConnectMissingValue, isCurve, isPaletteLineColor, isSetConnectMissingValue, isSetCurve, isSetPaletteLineColor, setConnectMissingValue, setCurve, setLineAttributes, setMarker, setPaletteLineColor, setShadowColor, unsetConnectMissingValue, unsetCurve, unsetPaletteLineColor |
Methods inherited from interface org.eclipse.birt.chart.model.component.Series |
---|
canBeStacked, canParticipateInCombination, canShareAxisUnit, getCursor, getCurveFitting, getDataDefinition, getDataPoint, getDataSet, getDataSet, getDataSets, 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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Marker> getNegativeMarkers()
Marker
.
Specifies the marker to be used for displaying the data point on the negative line in the chart.
TypePackage.getDifferenceSeries_NegativeMarkers()
LineAttributes getNegativeLineAttributes()
setNegativeLineAttributes(LineAttributes)
,
TypePackage.getDifferenceSeries_NegativeLineAttributes()
void setNegativeLineAttributes(LineAttributes value)
Negative Line Attributes
' containment reference.
value
- the new value of the 'Negative Line Attributes' containment reference.getNegativeLineAttributes()
DifferenceSeries copyInstance()
copyInstance
in interface AreaSeries
copyInstance
in interface IChartObject
copyInstance
in interface LineSeries
copyInstance
in interface Series
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |