-
public class OrdinalZoom extends JsObject
Zoom settings aggregate.
-
-
Constructor Summary
Constructors Constructor Description OrdinalZoom(String jsChart)
-
Method Summary
Modifier and Type Method Description static OrdinalZoominstantiate()StringgetJsBase()voidcontinuous()Getter for zoom mode. OrdinalZoomcontinuous(Boolean enabled)Whether to zoom on moving of the scroller or only on mouseUp. voidgetEndRatio()Returns zoom end ratio. voidgetStartRatio()Returns zoom start ratio. OrdinalZoomsetTo(Number startRatio, Number endRatio)Sets zoom to passed start and end ratios. OrdinalZoomsetToPointsCount(Number pointsCount, Boolean fromEnd, Base scale)Setups zoom by passed values. OrdinalZoomsetToValues(String startValue, String endValue, Base scale)Setups zoom by passed values. -
-
Constructor Detail
-
OrdinalZoom
OrdinalZoom(String jsChart)
-
-
Method Detail
-
instantiate
static OrdinalZoom instantiate()
-
continuous
void continuous()
Getter for zoom mode.
-
continuous
OrdinalZoom continuous(Boolean enabled)
Whether to zoom on moving of the scroller or only on mouseUp.
-
getEndRatio
void getEndRatio()
Returns zoom end ratio.
-
getStartRatio
void getStartRatio()
Returns zoom start ratio.
-
setTo
OrdinalZoom setTo(Number startRatio, Number endRatio)
Sets zoom to passed start and end ratios.
-
setToPointsCount
OrdinalZoom setToPointsCount(Number pointsCount, Boolean fromEnd, Base scale)
Setups zoom by passed values.
-
setToValues
OrdinalZoom setToValues(String startValue, String endValue, Base scale)
Setups zoom by passed values.
-
-
-
-