public class SolidGaugePlotOptions extends GaugePlotOptions
All the options in this class support DynamicalAttribute
.
NOT_NULL_VALUE, options
Constructor and Description |
---|
SolidGaugePlotOptions() |
Modifier and Type | Method and Description |
---|---|
Object |
getInnerRadius()
Returns the inner radius for points in a solid gauge.
|
String |
getLinecap()
Returns whether the strokes of the solid gauge should be round or square.
|
Number |
getOvershoot()
Allow the gauge to overshoot the end of the perimeter axis by this many degrees.
|
Object |
getRadius()
Returns the outer radius for points in a solid gauge.
|
boolean |
isRounded()
Returns whether to draw rounded edges on the gauge.
|
void |
setInnerRadius(Number innerRadius)
Sets the inner radius for points in a solid gauge.
|
void |
setInnerRadius(String innerRadius)
Sets the inner radius for points in a solid gauge.
|
void |
setLinecap(String linecap)
Sets whether the strokes of the solid gauge should be round or square.
|
void |
setOvershoot(Number overshoot)
Allow the gauge to overshoot the end of the perimeter axis by this many degrees.
|
void |
setRadius(Number radius)
Sets the outer radius for points in a solid gauge.
|
void |
setRadius(String radius)
Sets the outer radius for points in a solid gauge.
|
void |
setRounded(boolean rounded)
Sets whether to draw rounded edges on the gauge.
|
getDial, getPivot, getShowInLegend, getWrap, setDial, setPivot, setShowInLegend, setWrap
getAnimation, getBorderWidth, getColor, getColorAxis, getColorKey, getCropThreshold, getCursor, getDashStyle, getDataLabels, getDepth, getDescription, getDragDrop, getFindNearestPointBy, getGroupPadding, getId, getLabel, getLineWidth, getLinkedTo, getMarker, getNeckHeight, getNeckWidth, getNegativeColor, getOpacity, getPointInterval, getPointIntervalUnit, getPointPlacement, getPointStart, getStacking, getStates, getStep, getThreshold, getTooltip, getTurboThreshold, getZoneAxis, getZones, isAllowPointSelect, isAnimation, isClip, isColorByPoint, isConnectEnds, isConnectNulls, isEnableMouseTracking, isGetExtremesFromAll, isIncludeInDataExport, isSelected, isShadow, isShowCheckbox, isShowInLegend, isSkipKeyboardNavigation, isSoftThreshold, isStacking, isStickyTracking, isVisible, setAllowPointSelect, setAnimation, setAnimation, setBorderWidth, setClip, setColor, setColor, setColor, setColor, setColorAxis, setColorAxis, setColorAxis, setColorByPoint, setColorKey, setConnectEnds, setConnectNulls, setCropThreshold, setCursor, setDashStyle, setDataLabels, setDepth, setDescription, setDragDrop, setEnableMouseTracking, setFindNearestPointBy, setGetExtremesFromAll, setGroupPadding, setId, setIncludeInDataExport, setLabel, setLineWidth, setLinkedTo, setMarker, setNeckHeight, setNeckWidth, setNegativeColor, setNegativeColor, setNegativeColor, setNegativeColor, setOpacity, setPointInterval, setPointIntervalUnit, setPointPlacement, setPointPlacement, setPointStart, setSelected, setShadow, setShowCheckbox, setSkipKeyboardNavigation, setSoftThreshold, setStacking, setStacking, setStates, setStep, setStickyTracking, setThreshold, setTooltip, setTurboThreshold, setVisible, setZoneAxis, setZones
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, toJSONString, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
onChange
public Object getInnerRadius()
Default: 60
public void setInnerRadius(Number innerRadius)
public void setInnerRadius(String innerRadius)
public String getLinecap()
Default: "round"
getLinecap
in class SeriesPlotOptions
public void setLinecap(String linecap)
setLinecap
in class SeriesPlotOptions
public Number getOvershoot()
Default: 0
public void setOvershoot(Number overshoot)
public Object getRadius()
Default: 100
public void setRadius(Number radius)
public void setRadius(String radius)
public boolean isRounded()
Default: false
public void setRounded(boolean rounded)
Copyright © 2005-2020 Potix Corporation. All Rights Reserved.