-
public class AxisPosition.Horizontal extends AxisPosition
Defines the position of a horizontal axis relative to its Chart.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAxisPosition.Horizontal.TopThe horizontal axis will be placed at the top of its Chart.
public classAxisPosition.Horizontal.BottomThe horizontal axis will be placed at the bottom 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()
-
-
-
-