public interface StockSeries extends Series
The following features are supported:
| 限定符和类型 | 方法和说明 |
|---|---|
StockSeries |
copyInstance() |
Fill |
getFill()
Returns the value of the 'Fill' containment reference.
|
LineAttributes |
getLineAttributes()
Returns the value of the 'Line Attributes' containment reference.
|
int |
getStickLength()
Returns the value of the 'Stick Length' attribute.
|
boolean |
isSetShowAsBarStick()
Returns whether the value of the '
Show As Bar Stick' attribute is set |
boolean |
isSetStickLength()
Returns whether the value of the '
Stick Length' attribute is set |
boolean |
isShowAsBarStick()
Returns the value of the 'Show As Bar Stick' attribute.
|
void |
setFill(Fill value)
Sets the value of the '
Fill' containment reference |
void |
setLineAttributes(LineAttributes value)
Sets the value of the '
Line Attributes' containment reference |
void |
setShowAsBarStick(boolean value)
Sets the value of the '
Show As Bar Stick' attribute |
void |
setStickLength(int value)
Sets the value of the '
Stick Length' attribute |
void |
unsetShowAsBarStick()
Unsets the value of the '
Show As Bar Stick' attribute |
void |
unsetStickLength()
Unsets the value of the '
Stick Length' 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, unsetVisibleFill getFill()
setFill(Fill),
TypePackage.getStockSeries_Fill()void setFill(Fill value)
Fill' containment reference.
value - the new value of the 'Fill' containment reference.getFill()LineAttributes getLineAttributes()
setLineAttributes(LineAttributes),
TypePackage.getStockSeries_LineAttributes()void setLineAttributes(LineAttributes value)
Line Attributes' containment reference.
value - the new value of the 'Line Attributes' containment reference.getLineAttributes()boolean isShowAsBarStick()
"false".
Specifies if show graph as bar-stick look.
isSetShowAsBarStick(),
unsetShowAsBarStick(),
setShowAsBarStick(boolean),
TypePackage.getStockSeries_ShowAsBarStick()void setShowAsBarStick(boolean value)
Show As Bar Stick' attribute.
value - the new value of the 'Show As Bar Stick' attribute.isSetShowAsBarStick(),
unsetShowAsBarStick(),
isShowAsBarStick()void unsetShowAsBarStick()
Show As Bar Stick' attribute.
boolean isSetShowAsBarStick()
Show As Bar Stick' attribute is set.
unsetShowAsBarStick(),
isShowAsBarStick(),
setShowAsBarStick(boolean)int getStickLength()
"5".
Specifies the length of the stick when show as bar-stick look.
isSetStickLength(),
unsetStickLength(),
setStickLength(int),
TypePackage.getStockSeries_StickLength()void setStickLength(int value)
Stick Length' attribute.
value - the new value of the 'Stick Length' attribute.isSetStickLength(),
unsetStickLength(),
getStickLength()void unsetStickLength()
Stick Length' attribute.
boolean isSetStickLength()
Stick Length' attribute is set.
unsetStickLength(),
getStickLength(),
setStickLength(int)StockSeries copyInstance()
copyInstance 在接口中 IChartObjectcopyInstance 在接口中 SeriesCopyright © 2005-2008 Actuate Corp. All rights reserved.