Interface BarSeries
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
,Series
- All Known Implementing Classes:
BarSeriesImpl
A representation of the model object 'Bar
Series'.
This is a Series type that, during design time,
holds the query data for Bar charts, and during run time, holds the value for
each riser in the series. When rendered, a riser extends from the x-axis to
the value of each data point.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetRiser()
Returns the value of the 'Riser' attribute.Returns the value of the 'Riser Outline' containment reference.boolean
Returns whether the value of the 'Riser
' attribute is set.void
Sets the value of the 'Riser
' attribute.void
setRiserOutline
(ColorDefinition value) Sets the value of the 'Riser Outline
' containment reference.void
Unsets the value of the 'Riser
' attribute.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
Methods inherited from interface org.eclipse.birt.chart.model.component.Series
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
-
Method Details
-
getRiser
RiserType getRiser()Returns the value of the 'Riser' attribute. The default value is"Rectangle"
. The literals are from the enumerationRiserType
. Specifies the 'Riser' to be used for displaying the data values in the chart.- Returns:
- the value of the 'Riser' attribute.
- See Also:
-
setRiser
Sets the value of the 'Riser
' attribute.- Parameters:
value
- the new value of the 'Riser' attribute.- See Also:
-
unsetRiser
void unsetRiser()Unsets the value of the 'Riser
' attribute.- See Also:
-
isSetRiser
boolean isSetRiser()Returns whether the value of the 'Riser
' attribute is set.- Returns:
- whether the value of the 'Riser' attribute is set.
- See Also:
-
getRiserOutline
ColorDefinition getRiserOutline()Returns the value of the 'Riser Outline' containment reference. Defines the color to be used for the Riser outline.- Returns:
- the value of the 'Riser Outline' containment reference.
- See Also:
-
setRiserOutline
Sets the value of the 'Riser Outline
' containment reference.- Parameters:
value
- the new value of the 'Riser Outline' containment reference.- See Also:
-
copyInstance
BarSeries copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
- Specified by:
copyInstance
in interfaceSeries
-