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