Uses of Class
org.docx4j.dml.chart.CTNumDataSource
Packages that use CTNumDataSource
-
Uses of CTNumDataSource in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTNumDataSourceModifier and TypeFieldDescriptionprotected CTNumDataSourceCTBubbleSer.bubbleSizeprotected CTNumDataSourceCTErrBars.minusprotected CTNumDataSourceCTErrBars.plusprotected CTNumDataSourceCTAreaSer.valprotected CTNumDataSourceCTBarSer.valprotected CTNumDataSourceCTLineSer.valprotected CTNumDataSourceCTPieSer.valprotected CTNumDataSourceCTRadarSer.valprotected CTNumDataSourceCTSurfaceSer.valprotected CTNumDataSourceCTBubbleSer.yValprotected CTNumDataSourceCTScatterSer.yValMethods in org.docx4j.dml.chart that return CTNumDataSourceModifier and TypeMethodDescriptionObjectFactory.createCTNumDataSource()Create an instance ofCTNumDataSourceCTBubbleSer.getBubbleSize()Gets the value of the bubbleSize property.CTErrBars.getMinus()Gets the value of the minus property.CTErrBars.getPlus()Gets the value of the plus property.CTAreaSer.getVal()Gets the value of the val property.CTBarSer.getVal()Gets the value of the val property.CTLineSer.getVal()Gets the value of the val property.CTPieSer.getVal()Gets the value of the val property.CTRadarSer.getVal()Gets the value of the val property.CTSurfaceSer.getVal()Gets the value of the val property.CTBubbleSer.getYVal()Gets the value of the yVal property.CTScatterSer.getYVal()Gets the value of the yVal property.Methods in org.docx4j.dml.chart with parameters of type CTNumDataSourceModifier and TypeMethodDescriptionvoidCTBubbleSer.setBubbleSize(CTNumDataSource value) Sets the value of the bubbleSize property.voidCTErrBars.setMinus(CTNumDataSource value) Sets the value of the minus property.voidCTErrBars.setPlus(CTNumDataSource value) Sets the value of the plus property.voidCTAreaSer.setVal(CTNumDataSource value) Sets the value of the val property.voidCTBarSer.setVal(CTNumDataSource value) Sets the value of the val property.voidCTLineSer.setVal(CTNumDataSource value) Sets the value of the val property.voidCTPieSer.setVal(CTNumDataSource value) Sets the value of the val property.voidCTRadarSer.setVal(CTNumDataSource value) Sets the value of the val property.voidCTSurfaceSer.setVal(CTNumDataSource value) Sets the value of the val property.voidCTBubbleSer.setYVal(CTNumDataSource value) Sets the value of the yVal property.voidCTScatterSer.setYVal(CTNumDataSource value) Sets the value of the yVal property.