Interface CTStockChart

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTStockChart extends XmlObject
An XML CT_StockChart(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
  • Field Details

  • Method Details

    • getSerList

      List<CTLineSer> getSerList()
      Gets a List of "ser" elements
    • getSerArray

      CTLineSer[] getSerArray()
      Gets array of all "ser" elements
    • getSerArray

      CTLineSer getSerArray(int i)
      Gets ith "ser" element
    • sizeOfSerArray

      int sizeOfSerArray()
      Returns number of "ser" element
    • setSerArray

      void setSerArray(CTLineSer[] serArray)
      Sets array of all "ser" element
    • setSerArray

      void setSerArray(int i, CTLineSer ser)
      Sets ith "ser" element
    • insertNewSer

      CTLineSer insertNewSer(int i)
      Inserts and returns a new empty value (as xml) as the ith "ser" element
    • addNewSer

      CTLineSer addNewSer()
      Appends and returns a new empty value (as xml) as the last "ser" element
    • removeSer

      void removeSer(int i)
      Removes the ith "ser" element
    • getDLbls

      CTDLbls getDLbls()
      Gets the "dLbls" element
    • isSetDLbls

      boolean isSetDLbls()
      True if has "dLbls" element
    • setDLbls

      void setDLbls(CTDLbls dLbls)
      Sets the "dLbls" element
    • addNewDLbls

      CTDLbls addNewDLbls()
      Appends and returns a new empty "dLbls" element
    • unsetDLbls

      void unsetDLbls()
      Unsets the "dLbls" element
    • getDropLines

      CTChartLines getDropLines()
      Gets the "dropLines" element
    • isSetDropLines

      boolean isSetDropLines()
      True if has "dropLines" element
    • setDropLines

      void setDropLines(CTChartLines dropLines)
      Sets the "dropLines" element
    • addNewDropLines

      CTChartLines addNewDropLines()
      Appends and returns a new empty "dropLines" element
    • unsetDropLines

      void unsetDropLines()
      Unsets the "dropLines" element
    • getHiLowLines

      CTChartLines getHiLowLines()
      Gets the "hiLowLines" element
    • isSetHiLowLines

      boolean isSetHiLowLines()
      True if has "hiLowLines" element
    • setHiLowLines

      void setHiLowLines(CTChartLines hiLowLines)
      Sets the "hiLowLines" element
    • addNewHiLowLines

      CTChartLines addNewHiLowLines()
      Appends and returns a new empty "hiLowLines" element
    • unsetHiLowLines

      void unsetHiLowLines()
      Unsets the "hiLowLines" element
    • getUpDownBars

      CTUpDownBars getUpDownBars()
      Gets the "upDownBars" element
    • isSetUpDownBars

      boolean isSetUpDownBars()
      True if has "upDownBars" element
    • setUpDownBars

      void setUpDownBars(CTUpDownBars upDownBars)
      Sets the "upDownBars" element
    • addNewUpDownBars

      CTUpDownBars addNewUpDownBars()
      Appends and returns a new empty "upDownBars" element
    • unsetUpDownBars

      void unsetUpDownBars()
      Unsets the "upDownBars" element
    • getAxIdList

      List<CTUnsignedInt> getAxIdList()
      Gets a List of "axId" elements
    • getAxIdArray

      CTUnsignedInt[] getAxIdArray()
      Gets array of all "axId" elements
    • getAxIdArray

      CTUnsignedInt getAxIdArray(int i)
      Gets ith "axId" element
    • sizeOfAxIdArray

      int sizeOfAxIdArray()
      Returns number of "axId" element
    • setAxIdArray

      void setAxIdArray(CTUnsignedInt[] axIdArray)
      Sets array of all "axId" element
    • setAxIdArray

      void setAxIdArray(int i, CTUnsignedInt axId)
      Sets ith "axId" element
    • insertNewAxId

      CTUnsignedInt insertNewAxId(int i)
      Inserts and returns a new empty value (as xml) as the ith "axId" element
    • addNewAxId

      CTUnsignedInt addNewAxId()
      Appends and returns a new empty value (as xml) as the last "axId" element
    • removeAxId

      void removeAxId(int i)
      Removes the ith "axId" element
    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element