-
public class AutoScrollCondition.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final AutoScrollCondition<ChartEntryModel>Neverprivate final AutoScrollCondition<ChartEntryModel>OnModelSizeIncreasedpublic final static AutoScrollCondition.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AutoScrollCondition<ChartEntryModel>getNever()Prevents any automatic scrolling from occurring. final AutoScrollCondition<ChartEntryModel>getOnModelSizeIncreased()Triggers an automatic scroll when the size of the model increases (that is, the contents of the chart become wider). -
-
Method Detail
-
getNever
final AutoScrollCondition<ChartEntryModel> getNever()
Prevents any automatic scrolling from occurring.
-
getOnModelSizeIncreased
final AutoScrollCondition<ChartEntryModel> getOnModelSizeIncreased()
Triggers an automatic scroll when the size of the model increases (that is, the contents of the chart become wider).
-
-
-
-