-
public class AxisPositionDefines the position of an axis relative to its Chart.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAxisPosition.HorizontalDefines the position of a horizontal axis relative to its Chart.
public classAxisPosition.VerticalDefines the position of a vertical axis relative to its Chart.
-
Method Summary
Modifier and Type Method Description final BooleangetIsTop()final BooleangetIsBottom()final BooleangetIsStart()final BooleangetIsEnd()final BooleanisLeft(Boolean isLtr)Whether the axis is on the left of its Chart. final BooleanisRight(Boolean isLtr)Whether the axis is on the right of its Chart. -
-
Method Detail
-
getIsBottom
final Boolean getIsBottom()
-
getIsStart
final Boolean getIsStart()
-
isLeft
final Boolean isLeft(Boolean isLtr)
Whether the axis is on the left of its Chart. The layout direction is considered here.
-
-
-
-