Uses of Class
org.docx4j.dml.chart.CTAxDataSource
Packages that use CTAxDataSource
Package
Description
-
Uses of CTAxDataSource in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart declared as CTAxDataSourceMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart that return CTAxDataSourceModifier and TypeMethodDescriptionCTFilteredCategoryTitle.getCat()Gets the value of the cat property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chart with parameters of type CTAxDataSourceModifier and TypeMethodDescriptionvoidCTFilteredCategoryTitle.setCat(CTAxDataSource value) Sets the value of the cat property. -
Uses of CTAxDataSource in org.docx4j.dml.chart
Fields in org.docx4j.dml.chart declared as CTAxDataSourceModifier and TypeFieldDescriptionprotected CTAxDataSourceCTAreaSer.catprotected CTAxDataSourceCTBarSer.catprotected CTAxDataSourceCTLineSer.catprotected CTAxDataSourceCTPieSer.catprotected CTAxDataSourceCTRadarSer.catprotected CTAxDataSourceCTSurfaceSer.catprotected CTAxDataSourceCTBubbleSer.xValprotected CTAxDataSourceCTScatterSer.xValMethods in org.docx4j.dml.chart that return CTAxDataSourceModifier and TypeMethodDescriptionObjectFactory.createCTAxDataSource()Create an instance ofCTAxDataSourceCTAreaSer.getCat()Gets the value of the cat property.CTBarSer.getCat()Gets the value of the cat property.CTLineSer.getCat()Gets the value of the cat property.CTPieSer.getCat()Gets the value of the cat property.CTRadarSer.getCat()Gets the value of the cat property.CTSurfaceSer.getCat()Gets the value of the cat property.CTBubbleSer.getXVal()Gets the value of the xVal property.CTScatterSer.getXVal()Gets the value of the xVal property.Methods in org.docx4j.dml.chart with parameters of type CTAxDataSourceModifier and TypeMethodDescriptionvoidCTAreaSer.setCat(CTAxDataSource value) Sets the value of the cat property.voidCTBarSer.setCat(CTAxDataSource value) Sets the value of the cat property.voidCTLineSer.setCat(CTAxDataSource value) Sets the value of the cat property.voidCTPieSer.setCat(CTAxDataSource value) Sets the value of the cat property.voidCTRadarSer.setCat(CTAxDataSource value) Sets the value of the cat property.voidCTSurfaceSer.setCat(CTAxDataSource value) Sets the value of the cat property.voidCTBubbleSer.setXVal(CTAxDataSource value) Sets the value of the xVal property.voidCTScatterSer.setXVal(CTAxDataSource value) Sets the value of the xVal property.