Package io.keikai.api.model
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Chart.Grouping
static class
Chart.LegendPosition
static class
Chart.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SheetAnchor
getAnchor()
String
getId()
void
setDataRange(Range range)
change the data range and rerender
-
-
-
Method Detail
-
getId
String getId()
-
getAnchor
SheetAnchor getAnchor()
-
setDataRange
void setDataRange(Range range)
change the data range and rerender- Parameters:
range
-- Since:
- 5.11.0
-
-