Interface Chart

All Known Implementing Classes:
ChartImpl

public interface Chart
This interface provides the access to a chart of a sheet.
Since:
3.0.0
Author:
dennis
  • Method Details

    • getId

      String getId()
    • getAnchor

      SheetAnchor getAnchor()
    • setDataRange

      void setDataRange(Range range)
      change the data range and rerender
      Parameters:
      range -
      Since:
      5.11.0
    • getName

      String getName()
      Returns the name.
      Returns:
      name
      Since:
      6.2.0
    • setName

      void setName(String name)
      Sets the name.
      Since:
      6.2.0