public class ValueAxis extends NumberAxis
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
XML_TAG |
axisData, axisReversed, position| 限定符和类型 | 方法和说明 |
|---|---|
AxisGlyph |
createAxisGlyph(ChartData chartData)
根据ChartData 生成对应的AxisGlyph
|
RangeAxisGlyph |
createRangeAxisGlyph()
生成全距图用的AxisGlyph
|
boolean |
equals(java.lang.Object ob) |
void |
initAxisGlyph(ValueAxisGlyph axisGlyph) |
boolean |
isAlignZeroValue()
返回是否和第二值轴0值对齐
|
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setAlignZeroValue(boolean alignZeroValue)
设置是否对齐第二值轴0值
|
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
void |
writeXML(XMLPrintWriter writer,
java.lang.String tagName) |
buidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, checkSimpleAxis4PlotDemo, clone, dealFormula, dependence, getAlertValues, getLogBase, getShowUnit, getUnitPadding, initAxisGlyph, isLog, isPercentage, isSurpportAxisTitle, modFormulaString, setAlertValues, setLog, setLogBase, setPercentage, setShowUnit, setUnitPaddingdiffWithTimeZone, getAxisColor, getAxisStyle, getFormat, getLabelNumber, getMainGridColor, getMainGridStyle, getMainUnit, getMaxValue, getMinValue, getPosition, getSecTickMarkType, getSecUnit, getTextAttr, getTickMarkType, getTimeSwitchMap, getTitle, hasAxisReversed, initAxisGlyph, isArrowShow, isCategoryAxis, isCustomMainUnit, isCustomMaxValue, isCustomMinValue, isCustomSecUnit, isDate, isShowAxisLabel, isSupportAxisLabelWrap, isZoom, setArrowShow, setAxisColor, setAxisReversed, setAxisStyle, setCustomMainUnit, setCustomMaxValue, setCustomMinValue, setCustomSecUnit, setFormat, setLabelIntervalNumber, setMainGridColor, setMainGridStyle, setMainUnit, setMaxValue, setMinValue, setPosition, setSecTickMarkType, setSecUnit, setShowAxisLabel, setTextAttr, setTickMarkType, setTitle, setZoompublic static final java.lang.String XML_TAG
public void setAlignZeroValue(boolean alignZeroValue)
public boolean isAlignZeroValue()
public AxisGlyph createAxisGlyph(ChartData chartData)
AxiscreateAxisGlyph 在类中 AxischartData - 数据public RangeAxisGlyph createRangeAxisGlyph()
public void initAxisGlyph(ValueAxisGlyph axisGlyph)
public boolean equals(java.lang.Object ob)
equals 在类中 NumberAxispublic void readXML(XMLableReader reader)
XMLReadablereadXML 在接口中 XMLReadablereadXML 在类中 NumberAxisreader - XML读取对象XMLableReaderpublic void writeXML(XMLPrintWriter writer)
XMLWriterwriteXML 在接口中 XMLWriterwriteXML 在类中 NumberAxiswriter - XML写入对象public void writeXML(XMLPrintWriter writer, java.lang.String tagName)