![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.SparklineGroupCollection
public class SparklineGroupCollection
Encapsulates a collection of SparklineGroup objects.
Method Summary | |
---|---|
int |
add(int sparklineType,
java.lang.String dataRange,
boolean isVertical,
CellArea locationRange)
Adds an SparklineGroup item to the collection. |
void |
clear()
Removes all of the sparklineGroups from this collection. |
void |
clearSparklineGroups(CellArea cellArea)
Clears the sparkline groups that overlaps an area of cells. |
void |
clearSparklines(CellArea cellArea)
Clears the sparklines that is inside an area of cells. |
SparklineGroup |
get(int index)
Gets the SparklineGroup element at the specified index. |
boolean |
remove(int index)
Removes the sparklineGroup at the specified position in this collection. |
boolean |
remove(SparklineGroup sparklineGroup)
Removes a sparklineGroup from this collection. |
int |
size()
Gets the number of sparklineGroups in this collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SparklineGroup get(int index)
index
- the zero based index of the element.
public int add(int sparklineType, java.lang.String dataRange, boolean isVertical, CellArea locationRange) throws java.lang.IllegalArgumentException
sparklineType
- specifies the type of the Sparkline group.dataRange
- specifies the data range of the sparkline group.isVertical
- specifies whether to plot the sparklines from the data range by row or by column.locationRange
- specifies where the sparklines to be placed.
java.lang.IllegalArgumentException
SparklineType
public int size()
public void clear()
public boolean remove(int index)
index
- the zero based index of the sparklineGroup.
public boolean remove(SparklineGroup sparklineGroup)
sparklineGroup
- the sparklineGroup to be removed
public void clearSparklines(CellArea cellArea)
cellArea
- the area of cells.public void clearSparklineGroups(CellArea cellArea)
cellArea
- the area of cells.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |