![]() |
||
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.SparklineGroup
public class SparklineGroup
Sparkline is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines.
Method Summary | |
---|---|
Color |
getFirstPointColor()
Gets the color of the first point of data in the sparkline group. |
Color |
getHighPointColor()
Gets the color of the highest points of data in the sparkline group. |
Color |
getHorizontalAxisColor()
Gets the color of the horizontal axis in the sparkline group. |
java.lang.String |
getHorizontalAxisDateRange()
Gets the range that contains the date values for the sparkline data. |
Color |
getLastPointColor()
Gets the color of the last point of data in the sparkline group. |
double |
getLineWeight()
Gets the line weight in each line sparkline in the sparkline group, in the unit of points. |
Color |
getLowPointColor()
Gets the color of the lowest points of data in the sparkline group. |
Color |
getMarkersColor()
Gets the color of points in each line sparkline in the sparkline group. |
Color |
getNegativePointsColor()
Gets the color of the negative values on the sparkline group. |
int |
getPlotEmptyCellsType()
Gets the type to plot empty cells. |
int |
getPresetStyle()
Gets the preset style type of the sparkline group. |
Color |
getSeriesColor()
Gets the color of the sparklines in the sparkline group. |
SparklineCollection |
getSparklineCollection()
Gets the SparklineCollection object of the sparkline group. |
int |
getType()
Gets the sparkline type of the sparkline group. |
double |
getVerticalAxisMaxValue()
Gets the custom maximum value for the vertical axis. |
int |
getVerticalAxisMaxValueType()
Gets the vertical axis maximum value type. |
double |
getVerticalAxisMinValue()
Gets the custom minimum value for the vertical axis. |
int |
getVerticalAxisMinValueType()
Gets the vertical axis minimum value type. |
boolean |
isDisplayHidden()
Gets whether to show data in hidden rows and columns. |
boolean |
isPlotRightToLeft()
Gets whether the plot data is right to left. |
boolean |
isShowFirstPoint()
Gets whether to highlight the first point of data in the sparkline group. |
boolean |
isShowHighPoint()
Gets whether to highlight the highest points of data in the sparkline group. |
boolean |
isShowHorizontalAxis()
Gets whether to show the sparkline horizontal axis. |
boolean |
isShowLastPoint()
Gets whether to highlight the last point of data in the sparkline group. |
boolean |
isShowLowPoint()
Gets whether to highlight the lowest points of data in the sparkline group. |
boolean |
isShowMarkers()
Gets whether to highlight each point in each line sparkline in the sparkline group. |
boolean |
isShowNegativePoints()
Gets whether to highlight the negative values on the sparkline group with a different color or marker. |
void |
resetRanges(java.lang.String dataRange,
boolean isVertical,
CellArea locationRange)
Resets the data range and location range of the sparkline group. |
void |
setDisplayHidden(boolean b)
Sets whether to show data in hidden rows and columns. |
void |
setFirstPointColor(Color color)
Sets the color of the first point of data in the sparkline group. |
void |
setHighPointColor(Color color)
Sets the color of the highest points of data in the sparkline group. |
void |
setHorizontalAxisColor(Color color)
Sets the color of the horizontal axis in the sparkline group. |
void |
setHorizontalAxisDateRange(java.lang.String referTo)
Sets the range that contains the date values for the sparkline data. |
void |
setLastPointColor(Color color)
Sets the color of the last point of data in the sparkline group. |
void |
setLineWeight(double weight)
Sets the line weight in each line sparkline in the sparkline group, in the unit of points. |
void |
setLowPointColor(Color color)
Sets the color of the lowest points of data in the sparkline group. |
void |
setMarkersColor(Color color)
Sets the color of points in each line sparkline in the sparkline group. |
void |
setNegativePointsColor(Color color)
Sets the color of the negative values on the sparkline group. |
void |
setPlotEmptyCellsType(int plotEmptyCellsType)
Sets the type to plot empty cells. |
void |
setPlotRightToLeft(boolean b)
Sets whether the plot data is right to left. |
void |
setPresetStyle(int sparklinePresetStyleType)
Sets the preset style type of the sparkline group. |
void |
setSeriesColor(Color color)
Sets the color of the sparklines in the sparkline group. |
void |
setShowFirstPoint(boolean b)
Sets whether to highlight the first point of data in the sparkline group. |
void |
setShowHighPoint(boolean b)
Sets whether to highlight the highest points of data in the sparkline group. |
void |
setShowHorizontalAxis(boolean b)
Sets whether to show the sparkline horizontal axis. |
void |
setShowLastPoint(boolean b)
Sets whether to highlight the last point of data in the sparkline group. |
void |
setShowLowPoint(boolean b)
Sets whether to highlight the lowest points of data in the sparkline group. |
void |
setShowMarkers(boolean b)
Sets whether to highlight each point in each line sparkline in the sparkline group. |
void |
setShowNegativePoints(boolean b)
Sets whether to highlight the negative values on the sparkline group with a different color or marker. |
void |
setType(int type)
Sets the sparkline type of the sparkline group. |
void |
setVerticalAxisMaxValue(double value)
Sets the custom maximum value for the vertical axis. |
void |
setVerticalAxisMaxValueType(int type)
Sets the vertical axis maximum value type. |
void |
setVerticalAxisMinValue(double value)
Sets the custom minimum value for the vertical axis. |
void |
setVerticalAxisMinValueType(int type)
Sets the vertical axis minimum value type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void resetRanges(java.lang.String dataRange, boolean isVertical, CellArea locationRange) throws java.lang.IllegalArgumentException
dataRange
- specifies the new data range of the sparkline group.isVertical
- specifies whether to plot the sparklines from the new data range by row or by column.locationRange
- specifies where the sparklines to be placed.
java.lang.IllegalArgumentException
public int getPresetStyle()
SparklinePresetStyleType
public void setPresetStyle(int sparklinePresetStyleType)
sparklinePresetStyleType
- SparklinePresetStyleType
public SparklineCollection getSparklineCollection()
public int getType()
SparklineType
public void setType(int type)
type
- SparklineType
public int getPlotEmptyCellsType()
PlotEmptyCellsType
public void setPlotEmptyCellsType(int plotEmptyCellsType)
PlotEmptyCellsType
public boolean isDisplayHidden()
public void setDisplayHidden(boolean b)
b
- public boolean isShowHighPoint()
public void setShowHighPoint(boolean b)
b
- public Color getHighPointColor()
public void setHighPointColor(Color color)
color
- public boolean isShowLowPoint()
public void setShowLowPoint(boolean b)
b
- public Color getLowPointColor()
public void setLowPointColor(Color color)
color
- public boolean isShowNegativePoints()
public void setShowNegativePoints(boolean b)
b
- public Color getNegativePointsColor()
public void setNegativePointsColor(Color color)
color
- public boolean isShowFirstPoint()
public void setShowFirstPoint(boolean b)
b
- public Color getFirstPointColor()
public void setFirstPointColor(Color color)
color
- public boolean isShowLastPoint()
public void setShowLastPoint(boolean b)
b
- public Color getLastPointColor()
public void setLastPointColor(Color color)
color
- public boolean isShowMarkers()
public void setShowMarkers(boolean b)
b
- public Color getMarkersColor()
public void setMarkersColor(Color color)
color
- public Color getSeriesColor()
public void setSeriesColor(Color color)
color
- public boolean isPlotRightToLeft()
public void setPlotRightToLeft(boolean b)
b
- public double getLineWeight()
public void setLineWeight(double weight) throws java.lang.IllegalArgumentException
weight
-
java.lang.IllegalArgumentException
public Color getHorizontalAxisColor()
public void setHorizontalAxisColor(Color color)
color
- public boolean isShowHorizontalAxis()
public void setShowHorizontalAxis(boolean b)
b
- public java.lang.String getHorizontalAxisDateRange()
public void setHorizontalAxisDateRange(java.lang.String referTo)
referTo
- public int getVerticalAxisMaxValueType()
SparklineAxisMinMaxType
public void setVerticalAxisMaxValueType(int type)
type
- SparklineAxisMinMaxType
public double getVerticalAxisMaxValue()
public void setVerticalAxisMaxValue(double value)
value
- public int getVerticalAxisMinValueType()
SparklineAxisMinMaxType
public void setVerticalAxisMinValueType(int type)
type
- SparklineAxisMinMaxType
public double getVerticalAxisMinValue()
public void setVerticalAxisMinValue(double value)
value
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |