java.lang.Object | |
↳ | com.artfulbits.aiCharts.Base.ChartAxisScrollBar |
Represents scrollbar for ChartAxis
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets background
Drawable | |||||||||||
Gets thumb
Drawable | |||||||||||
Gets value determining whether scrollbar was enabled.
| |||||||||||
Sets background
Drawable | |||||||||||
Enables/disables scrollbar.
| |||||||||||
Sets thumb
Drawable |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets value determining whether scrollbar was enabled.
true
, if this axis will draw the scrollbar when necessary, otherwise false
.Enables/disables scrollbar.
enabled | true , if scrollbar should be enabled, otherwise false . |
---|