public class Bar2DPlot extends BarPlot
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.Object[][] |
BAR_2D_VALUES |
categoryIntervalPercent, isHorizontal, seriesOverlapPercentGAP_BETWEEN_PLOTS, isStacked, XML_TAGcombinedSize, DEFAULT_SIZE, MARKERSIZE, SECOND_AXIS, secondShowUnit, showUnit, X_AXIS, Y_AXIS| 限定符和类型 | 方法和说明 |
|---|---|
LegendGlyph |
createLegendGlyph(PlotGlyph plotGlyph)
在创建时 如果系列为1.
|
PlotGlyph |
createPlotGlyph(ChartData chartData)
根据ChartData创建对应的Bar2DPlotGlyph
|
ChartData |
defaultChartData()
返回柱形图默认的图表数据
|
boolean |
equals(java.lang.Object ob)
比较和Object是否相等
|
boolean |
isSimulation3D()
返回是否模拟3D绘制柱形
|
boolean |
isSupportAxisReverse()
判断是否支持坐标轴逆序
|
boolean |
isSupportTrendLine()
返回是否支持趋势线.
|
boolean |
isSupportZoomCategoryAxis()
非条形情况下.
|
void |
readXML(XMLableReader reader)
读取XML属性
|
void |
setSimulation3D(boolean isSimulation3D)
设置是否模拟3D绘制柱形.
|
void |
writeXML(XMLPrintWriter writer)
输出XML属性
|
accept, createDataPoint, getBaseIconPath, getCategoryIntervalPercent, getDetailType, getPlotID, getPlotName, getPlotSmallIconPath, getPlotType, getSeriesOverlapPercent, install4PlotGlyph, isHorizontal, isSupportAxisLabelWrapShow, isSupportDataSheet, isSupportMoreCate, isSupportSeriesDrag, isSupportTooltipSeriesType, match4GUI, matchPlotType, setCategoryIntervalPercent, setHorizontal, setSeriesOverlapPercentclone, getMaxValueFromData, install4PlotGlyph, installAxisGlyph, isInCategoryField, isStacked, isSupportCate, setStacked, sortChartDatabuidExecuteSequenceList, buildGenealogyAndCheckSheetExecuteSequence, dealFormula, dependence, getHorizontalIntervalBackgroundColor, getSecondAxis, getVerticalIntervalBackgroundColor, getxAxis, getyAxis, install4PlotGlyph, installAxisGlyph, isInteractiveAxisTooltip, isSupportAxisTip, isSupportBorder, isSupportIntervalBackground, modFormulaString, setHorizontalIntervalBackgroundColor, setInteractiveAxisTooltip, setSecondAxis, setVerticalIntervalBackgroundColor, setxAxis, setyAxisaddSeries2PlotGlyph, addSeriesByIndex, addSeriesByIndex, addSeriesByIndexWithoutNull, anyChartAdvancedInteractionUse, clearConditionAttrAndRenewLegend, createDataLabel4DataPointWithCondition, createDataLabel4EverySeries, createDataLabelWithDataPoint4Map, createDataPointLabel, createDataSeries, createDataSheetGlyph, createLegendItems, createLegendItems, createNullChartData, dealColorCondition, dealCondition, dealLineCondition, dealNullPointAndCategoryNum, defaultSecondMoreCate, defaultThirdMoreCate, exsitMarkerType, getAlertLinePaneTitle, getAutoRefreshPerSecond, getAxis, getAxis, getCategoryNameTextAttr, getCombinedSize, getConditionCollection, getDataProcessor, getDataProcessor4Definition, getDataSheet, getHotHyperLink, getHotTooltipStyle, getHyperLinkEditorMap, getInteractivePaneArrayThatNotSurpport, getLegend, getLegendMarkerIcon, getLegendMarkerIcon4Line, getMaxValueFromData, getMaxValueFromData, getMinValueFromData, getPlotDetailType, getPlotFillStyle, getPlotStyle, getSeriesIndexConditionCollection, getUnitTextAttr, getValueTextAttr, hasEffect, hyperLinkParas, install4PlotGlyph, is3D, isExsitLineStyle, isGisKindLabel, isHaveAxis, isMapKindLabel, isMapPlot, isMeterPlot, isNeedRenameHyperLinkPane, isNullValueBreak, isOnlyIntervalBackground, isSeriesDragEnable, isShowAllDataPointLabel, isShowCateName, isSupport3D, isSupportAddress4Gis, isSupportAnimate, isSupportAutoRefresh, isSupportAxisLineStyle, isSupportCategoryFilter, isSupportDataLabelAttr, isSupportDataSeriesAttr, isSupportDataSeriesCondition, isSupportDelimiter, isSupportLeadLine, isSupportLegend, isSupportPlotBackground, isSupportSeriesFilter, isSupportTooltipInInteractivePane, isSupportValuePercent, isSupportZoomDirection, isUseSecondAxis, isValidPlot, needAnalysisLinePane, readerAttr, readPlotXML, resetNullLegendAttr, setAutoRefreshPerSecond, setCategoryNameTextAttr, setCombinedSize, setConditionCollection, setDataProcessor, setDataSheet, setHotHyperLink, setHotTooltipStyle, setLegend, setNullValueBreak, setPlotFillStyle, setPlotStyle, setSecondShowUnit, setSeriesDragEnable, setShowCateName, setShowUnit, setUnitTextAttr, setValueTextAttrchangedAttrToJSONObject, changeStyleAttrAlpha, changeStyleAttrBackground, changeStyleAttrBorder, changeStyleAttrColor, changeStyleAttrContents, changeStyleAttrLineStyle, getAlpha, getBackground, getBorderColor, getBorderStyle, getRoundRadius, isRoundBorder, isShadow, readGeneralInfoXML, setAlpha, setAttrAlpha, setBackground, setBorderColor, setBorderStyle, setRoundBorder, setRoundRadius, setShadow, toJSONObject, writeGeneralInfoXMLpublic Bar2DPlot()
public Bar2DPlot(boolean isStack)
isStack - true: 堆积柱形 false: 柱形public boolean isSupportTrendLine()
isSupportTrendLine 在类中 Plotpublic boolean isSupportZoomCategoryAxis()
isSupportZoomCategoryAxis 在类中 Plotpublic boolean isSupportAxisReverse()
isSupportAxisReverse 在类中 CategoryPlotpublic PlotGlyph createPlotGlyph(ChartData chartData)
createPlotGlyph 在类中 PlotchartData - 图表数据public LegendGlyph createLegendGlyph(PlotGlyph plotGlyph)
createLegendGlyph 在类中 PlotplotGlyph - 绘图区public void setSimulation3D(boolean isSimulation3D)
public boolean isSimulation3D()
public ChartData defaultChartData()
defaultChartData 在类中 Plotpublic void readXML(XMLableReader reader)
GeneralInforeadXML 在接口中 XMLReadablereadXML 在类中 BarPlotreader - XML读取器XMLableReaderpublic void writeXML(XMLPrintWriter writer)
GeneralInfopublic boolean equals(java.lang.Object ob)
GeneralInfo