public interface SeriesModelWithAxes
Modifier and Type | Method and Description |
---|---|
void |
attachAxis(AxisModel axis,
AxisType type)
Used to attach an axis of a given type.
|
void |
detachAxis(AxisModel axis)
Used to detach a selected axis.
|
AxisModel |
getFirstAxis()
Gets the first axis as
AxisModel . |
AxisModel |
getSecondAxis()
Gets the second axis as
AxisModel . |
AxisModel getFirstAxis()
AxisModel
.AxisModel
AxisModel getSecondAxis()
AxisModel
.AxisModel