public interface ScriptSeries extends DataSeries
The following features are supported:
ChartPackage.getScriptSeries()
Modifier and Type | Method and Description |
---|---|
LineProperties |
getLineProperties()
Returns the value of the 'Line Properties' containment reference.
|
String |
getScript()
Returns the value of the 'Script' attribute.
|
void |
setLineProperties(LineProperties value)
Sets the value of the '
Line Properties ' containment reference. |
void |
setScript(String value)
Sets the value of the '
Script ' attribute. |
getLabel, getX, getY, isVisible, setLabel, setVisible, setX, setY
LineProperties getLineProperties()
If the meaning of the 'Line Properties' containment reference isn't clear, there really should be more of a description here...
setLineProperties(LineProperties)
,
ChartPackage.getScriptSeries_LineProperties()
void setLineProperties(LineProperties value)
Line Properties
' containment reference.
value
- the new value of the 'Line Properties' containment reference.getLineProperties()
String getScript()
If the meaning of the 'Script' attribute isn't clear, there really should be more of a description here...
setScript(String)
,
ChartPackage.getScriptSeries_Script()
void setScript(String value)
Script
' attribute.
value
- the new value of the 'Script' attribute.getScript()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.