public interface XAxis extends Axis
ChartPackage.getXAxis()
Modifier and Type | Method and Description |
---|---|
long |
getMaximum()
Returns the value of the 'Maximum' attribute.
|
long |
getMinimum()
Returns the value of the 'Minimum' attribute.
|
void |
setMaximum(long value)
Sets the value of the '
Maximum ' attribute. |
void |
setMinimum(long value)
Sets the value of the '
Minimum ' attribute. |
getColor, getFormat, getLabel, getTextPadding, isLabelVisible, setColor, setFormat, setLabel, setLabelVisible, setTextPadding
long getMinimum()
"0"
.
If the meaning of the 'Minimum' attribute isn't clear, there really should be more of a description here...
setMinimum(long)
,
ChartPackage.getXAxis_Minimum()
void setMinimum(long value)
Minimum
' attribute.
value
- the new value of the 'Minimum' attribute.getMinimum()
long getMaximum()
"1000"
.
If the meaning of the 'Maximum' attribute isn't clear, there really should be more of a description here...
setMaximum(long)
,
ChartPackage.getXAxis_Maximum()
void setMaximum(long value)
Maximum
' attribute.
value
- the new value of the 'Maximum' attribute.getMaximum()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.