public abstract class BaseGaugePlotOptions<T extends BaseGaugePlotOptions> extends PlotOptions<T>
GaugePlotOptions and SolidGaugePlotOptions to prevent code duplication
while still maintaining a cleaner way for the user to utilize the method chaining with the generics in place.
You should not use this class directly, but instead us one of the base classes.PlotOptions.Cursor, PlotOptions.PointPlacement, PlotOptions.Stacking| Constructor and Description |
|---|
BaseGaugePlotOptions() |
| Modifier and Type | Method and Description |
|---|---|
T |
setOvershoot(Number overshoot)
Convenience method for setting the "overshoot" option for gauge charts.
|
T |
setWrap(Boolean wrap)
Convenience method for setting the "wrap" option for gauge charts.
|
getDataLabels, setAllowPointSelect, setAnimation, setAnimation, setBaseDataLabels, setColor, setColor, setCropThreshold, setCursor, setDashStyle, setDataGrouping, setDataLabels, setEnableMouseTracking, setHoverStateEnabled, setHoverStateLineWidth, setHoverStateMarker, setId, setLegendIndex, setLineWidth, setLinkedTo, setLinkedTo, setMarker, setNegativeColor, setNegativeColor, setPointInterval, setPointPlacement, setPointStart, setSelected, setShadow, setShowCheckbox, setShowInLegend, setStacking, setStickyTracking, setThreshold, setTurboThreshold, setVisible, setZIndex, setZoneAxis, setZonesgetOptions, setOptionpublic T setOvershoot(Number overshoot)
gaugePlotOptions.setOption("overshoot,
overshoot - public T setWrap(Boolean wrap)
gaugePlotOptions.setOption("wrap", false)
When this option is true, the dial will wrap around the axes.
For instance, in a full-range gauge going from 0 to 360, a value of 400 will point to 40.
When wrap is false, the dial stops at 360. Defaults to truewrap - Whether the dial will wrap around its maximum value.GaugePlotOptions for convenient method chaining.Copyright © 2015. All Rights Reserved.