Package org.zkoss.chart
Class ParallelAxes
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.Axis
-
- org.zkoss.chart.XAxis
-
- org.zkoss.chart.YAxis
-
- org.zkoss.chart.ParallelAxes
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class ParallelAxes extends YAxis
Common options for all yAxes rendered in a parallel coordinates plot.- Since:
- 7.2.1.0
- Author:
- rudyhuang
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description ParallelAxes()
-
Method Summary
-
Methods inherited from class org.zkoss.chart.YAxis
getGridLineInterpolation, getGridLineWidth, getLabels, getLineWidth, getMaxColor, getMaxPadding, getMinColor, getMinPadding, getStackLabels, getStackShadow, getStops, getTickPixelInterval, getTickWidth, getTitle, getTooltipValueFormat, isEndOnTick, isReversed, isReversedStacks, isStartOnTick, onChange, setEndOnTick, setGridLineInterpolation, setGridLineWidth, setLineWidth, setMaxColor, setMaxColor, setMaxColor, setMaxColor, setMaxPadding, setMinColor, setMinColor, setMinColor, setMinColor, setMinPadding, setReversed, setReversedStacks, setStackLabels, setStackShadow, setStops, setStops, setTickPixelInterval, setTickWidth, setTooltipValueFormat
-
Methods inherited from class org.zkoss.chart.XAxis
getBreaks, getCrosshair, getHeight, getLeft, getLineColor, getTop, getWidth, isShowEmpty, setBreaks, setCrosshair, setCrosshair, setHeight, setLeft, setLeft, setLineColor, setLineColor, setLineColor, setLineColor, setShowEmpty, setTop, setTop, setWidth
-
Methods inherited from class org.zkoss.chart.Axis
addPlotBand, addPlotLine, getAccessibility, getAlternateGridColor, getAngle, getCategories, getCeiling, getClassName, getCrossing, getDateTimeLabelFormats, getFloor, getGridLineColor, getGridLineDashStyle, getGridZIndex, getId, getLinkedTo, getMargin, getMax, getMin, getMinorGridLineColor, getMinorGridLineDashStyle, getMinorGridLineWidth, getMinorTickColor, getMinorTickInterval, getMinorTickLength, getMinorTickPosition, getMinorTicksPerMajor, getMinorTickWidth, getMinRange, getMinTickInterval, getOffset, getPane, getPlotBands, getPlotLines, getSoftMax, getSoftMin, getStartOfWeek, getTickAmount, getTickColor, getTickInterval, getTickLength, getTickmarkPlacement, getTickPosition, getTickPositions, getType, getZIndex, isAlignTicks, isAllowDecimals, isAllowNegativeLog, isMinorTicks, isOpposite, isPanningEnabled, isShowFirstLabel, isShowLastLabel, isUniqueNames, isVisible, isZoomEnabled, remove, removePlotBand, removePlotBand, removePlotLine, removePlotLine, setAccessibility, setAlignTicks, setAllowDecimals, setAllowNegativeLog, setAlternateGridColor, setAlternateGridColor, setAlternateGridColor, setAlternateGridColor, setAngle, setCategories, setCategories, setCeiling, setClassName, setCrossing, setDateTimeLabelFormats, setExtremes, setExtremes, setFloor, setGridLineColor, setGridLineColor, setGridLineColor, setGridLineColor, setGridLineDashStyle, setGridZIndex, setId, setLabels, setLinkedTo, setMargin, setMax, setMin, setMinorGridLineColor, setMinorGridLineColor, setMinorGridLineColor, setMinorGridLineColor, setMinorGridLineDashStyle, setMinorGridLineWidth, setMinorTickColor, setMinorTickColor, setMinorTickColor, setMinorTickColor, setMinorTickInterval, setMinorTickInterval, setMinorTickLength, setMinorTickPosition, setMinorTicks, setMinorTicksPerMajor, setMinorTickWidth, setMinRange, setMinTickInterval, setOffset, setOpposite, setPane, setPanningEnabled, setPlotBands, setPlotBands, setPlotLines, setPlotLines, setShowFirstLabel, setShowLastLabel, setSoftMax, setSoftMin, setStartOfWeek, setStartOnTick, setTickAmount, setTickColor, setTickInterval, setTickLength, setTickmarkPlacement, setTickPosition, setTickPositions, setTitle, setTitle, setType, setUniqueNames, setVisible, setZIndex, setZoomEnabled
-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-