public interface DataSeries
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ChartPackage.getDataSeries()
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
XAxis |
getX()
Returns the value of the 'X' reference.
|
YAxis |
getY()
Returns the value of the 'Y' reference.
|
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setVisible(boolean value)
Sets the value of the '
Visible ' attribute. |
void |
setX(XAxis value)
Sets the value of the '
X ' reference. |
void |
setY(YAxis value)
Sets the value of the '
Y ' reference. |
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
ChartPackage.getDataSeries_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
XAxis getX()
If the meaning of the 'X' reference isn't clear, there really should be more of a description here...
setX(XAxis)
,
ChartPackage.getDataSeries_X()
void setX(XAxis value)
X
' reference.
value
- the new value of the 'X' reference.getX()
YAxis getY()
If the meaning of the 'Y' reference isn't clear, there really should be more of a description here...
setY(YAxis)
,
ChartPackage.getDataSeries_Y()
void setY(YAxis value)
Y
' reference.
value
- the new value of the 'Y' reference.getY()
boolean isVisible()
"true"
.
If the meaning of the 'Visible' attribute isn't clear, there really should be more of a description here...
setVisible(boolean)
,
ChartPackage.getDataSeries_Visible()
void setVisible(boolean value)
Visible
' attribute.
value
- the new value of the 'Visible' attribute.isVisible()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.