Package com.storedobject.chart
Class YAxis
java.lang.Object
com.storedobject.chart.AbstractPart
com.storedobject.chart.VisiblePart
com.storedobject.chart.Axis
com.storedobject.chart.XYAxis
com.storedobject.chart.YAxis
- All Implemented Interfaces:
ComponentPart,ComponentProperty,VisibleProperty,Wrapped
Representation of Y axis.
- Author:
- Syam
-
Nested Class Summary
Nested classes/interfaces inherited from class com.storedobject.chart.Axis
Axis.AbstractTicks, Axis.GridAreas, Axis.GridLines, Axis.Label, Axis.Line, Axis.MinorGridLines, Axis.MinorTicks, Axis.Pointer, Axis.PointerHandle, Axis.PointerLabel, Axis.PointerType, Axis.Ticks -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.chart.XYAxis
encodeJSON, getOffset, isInverse, isOpposite, setInverse, setOffset, setOppositeMethods inherited from class com.storedobject.chart.Axis
equals, getDataType, getGridAreas, getGridLines, getLabel, getMinorGridLines, getMinorTicks, getName, getNameGap, getNameLocation, getNameRotation, getNameTextStyle, getPointer, getRenderingIndex, getTicks, hashCode, invert, isAllowEvents, setAllowEvents, setData, setDivisions, setGridAreas, setGridLines, setLabel, setMax, setMaxAsMaxData, setMin, setMinAsMinData, setMinorGridLines, setMinorTicks, setName, setNameGap, setNameLocation, setNameRotation, setNameTextStyle, setPointer, setRenderingIndex, setTicks, showZeroPosition, validateMethods inherited from class com.storedobject.chart.VisiblePart
isVisible, setVisibleMethods inherited from class com.storedobject.chart.AbstractPart
getId, getLabelTag, getSerial, getZ, hasId, setSerial, setZMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.chart.ComponentPart
classNameMethods inherited from interface com.storedobject.chart.VisibleProperty
hide, show
-
Constructor Details
-
YAxis
-
YAxis
Constructor.- Parameters:
data- Data type will be determined from the data provider. Note: It is not required to use the same data on this axis.
-