-
public class AxisPosition.Vertical extends AxisPosition
Defines the position of a vertical axis relative to its Chart.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAxisPosition.Vertical.StartThe vertical axis will be placed at the start of its Chart.
public classAxisPosition.Vertical.EndThe vertical axis will be placed at the end of its Chart.
-
Method Summary
Modifier and Type Method Description final BooleangetIsTop()final BooleangetIsBottom()final BooleangetIsStart()final BooleangetIsEnd()-
-
Method Detail
-
getIsBottom
final Boolean getIsBottom()
-
getIsStart
final Boolean getIsStart()
-
-
-
-