|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<ISparklines>
com.spire.xls.SparklineGroup
public class SparklineGroup
Represents a sparkline group.The sparkline group object is a member of the sparkline groups collection.The sparkline groups collection contains all the sparkline group objects in a workheet.
| Constructor Summary | |
|---|---|
SparklineGroup(XlsWorksheet sheet)
|
|
| Method Summary | |
|---|---|
SparklineCollection |
add()
|
SparklineCollection |
get(int index)
|
SparklineEmptyCells |
getEmptyCellsType()
Indicates how to display empty cells. |
java.awt.Color |
getFirstPointColor()
Gets the color of the first point of data in the sparkline group. |
java.awt.Color |
getHighPointColor()
Gets the color of the highest points of data in the sparkline group. |
java.awt.Color |
getHorizontalAxisColor()
Gets the color of the horizontal axis in the sparkline group. |
CellRange |
getHorizontalDateAxisRange()
Represents the range that contains the date values for the sparkline data. |
java.awt.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. |
java.awt.Color |
getLowPointColor()
Gets the color of the lowest points of data in the sparkline group. |
java.awt.Color |
getMarkersColor()
Gets the color of points in each line sparkline in the sparkline group. |
java.awt.Color |
getNegativePointColor()
Gets the color of the negative values on the sparkline group. |
boolean |
getPlotRightToLeft()
Indicates whether the plot data is right to left. |
boolean |
getShowFirstPoint()
Indicates whether to highlight the first point of data in the sparkline group. |
boolean |
getShowHighPoint()
Indicates whether to highlight the highest points of data in the sparkline group. |
boolean |
getShowHorizontalAxis()
Indicates whether to show the sparkline horizontal axis. |
boolean |
getShowLastPoint()
Indicates whether to highlight the last point of data in the sparkline group. |
boolean |
getShowLowPoint()
Indicates whether to highlight the lowest points of data in the sparkline group. |
boolean |
getShowMarkers()
Indicates whether to highlight each point in each line sparkline in the sparkline group. |
boolean |
getShowNegativePoint()
Indicates whether to highlight the negative values on the sparkline group with a different color or marker. |
java.awt.Color |
getSparklineColor()
Gets the color of the sparklines in the sparkline group. |
SparklineType |
getSparklineType()
Indicates the sparkline type of the sparkline group. |
SpartlineVerticalAxisType |
getVerticalAxisMaxType()
Represents the vertical axis maximum value type. |
double |
getVerticalAxisMaxValue()
Gets the custom maximum value for the vertical axis. |
double |
getVerticalAxisMinValue()
Gets and sets the custom minimum value for the vertical axis. |
SpartlineVerticalAxisType |
getVerticalAxisMinValueType()
Represents the vertical axis minimum value type. |
boolean |
isDisplayHidden()
Indicates whether to show data in hidden rows and columns. |
void |
isDisplayHidden(boolean value)
Indicates whether to show data in hidden rows and columns. |
boolean |
isHorizontalDateAxis()
Indicates wheter represents the horizontal axis type as dateaxis. |
void |
isHorizontalDateAxis(boolean value)
Indicates wheter represents the horizontal axis type as dateaxis. |
void |
setEmptyCellsType(SparklineEmptyCells sparklineEmptyCells)
Indicates how to display empty cells. |
void |
setFirstPointColor(com.spire.ms.System.Drawing.Color value)
Sets the color of the first point of data in the sparkline group. |
void |
setHighPointColor(com.spire.ms.System.Drawing.Color value)
Sets the color of the highest points of data in the sparkline group. |
void |
setHorizontalAxisColor(com.spire.ms.System.Drawing.Color value)
Sets the color of the horizontal axis in the sparkline group. |
void |
setHorizontalDateAxisRange(CellRange value)
Represents the range that contains the date values for the sparkline data. |
void |
setLastPointColor(com.spire.ms.System.Drawing.Color value)
Sets the color of the last point of data in the sparkline group. |
void |
setLineWeight(double value)
Sets the line weight in each line sparkline in the sparkline group, in the unit of points. |
void |
setLowPointColor(com.spire.ms.System.Drawing.Color value)
Sets the color of the lowest points of data in the sparkline group. |
void |
setMarkersColor(com.spire.ms.System.Drawing.Color value)
Sets the color of points in each line sparkline in the sparkline group. |
void |
setNegativePointColor(com.spire.ms.System.Drawing.Color value)
Sets the color of the negative values on the sparkline group. |
void |
setPlotRightToLeft(boolean bool)
Sets whether the plot data is right to left. |
void |
setShowFirstPoint(boolean bool)
Sets whether to highlight the first point of data in the sparkline group. |
void |
setShowHighPoint(boolean value)
Sets whether to highlight the highest points of data in the sparkline group. |
void |
setShowHorizontalAxis(boolean value)
Sets whether to show the sparkline horizontal axis. |
void |
setShowLastPoint(boolean value)
Sets whether to highlight the last point of data in the sparkline group. |
void |
setShowLowPoint(boolean value)
Sets whether to highlight the lowest points of data in the sparkline group. |
void |
setShowMarkers(boolean value)
Sets whether to highlight each point in each line sparkline in the sparkline group. |
void |
setShowNegativePoint(boolean value)
Sets whether to highlight the negative values on the sparkline group with a different color or marker. |
void |
setSparklineColor(java.awt.Color color)
Sets the color of the sparklines in the sparkline group. |
void |
setSparklineType(SparklineType value)
Sets the sparkline type of the sparkline group. |
void |
setVerticalAxisMaxType(SpartlineVerticalAxisType value)
Sets the vertical axis maximum value type. |
void |
setVerticalAxisMaxValue(double value)
Sets the custom maximum value for the vertical axis. |
void |
setVerticalAxisMinValue(double value)
Sets the custom minimum value for the vertical axis. |
void |
setVerticalAxisMinValueType(SpartlineVerticalAxisType value)
Represents the vertical axis minimum value type. |
| Constructor Detail |
|---|
public SparklineGroup(XlsWorksheet sheet)
| Method Detail |
|---|
public boolean getShowHorizontalAxis()
getShowHorizontalAxis in interface ISparklineGrouppublic void setShowHorizontalAxis(boolean value)
setShowHorizontalAxis in interface ISparklineGrouppublic boolean isDisplayHidden()
isDisplayHidden in interface ISparklineGrouppublic void isDisplayHidden(boolean value)
isDisplayHidden in interface ISparklineGrouppublic boolean getPlotRightToLeft()
getPlotRightToLeft in interface ISparklineGrouppublic void setPlotRightToLeft(boolean bool)
setPlotRightToLeft in interface ISparklineGroupbool - True if [plot right to left]; otherwise, false.public boolean getShowFirstPoint()
getShowFirstPoint in interface ISparklineGrouppublic void setShowFirstPoint(boolean bool)
setShowFirstPoint in interface ISparklineGrouppublic boolean getShowLastPoint()
getShowLastPoint in interface ISparklineGrouppublic void setShowLastPoint(boolean value)
setShowLastPoint in interface ISparklineGrouppublic boolean getShowLowPoint()
getShowLowPoint in interface ISparklineGrouppublic void setShowLowPoint(boolean value)
setShowLowPoint in interface ISparklineGrouppublic boolean getShowHighPoint()
getShowHighPoint in interface ISparklineGrouppublic void setShowHighPoint(boolean value)
setShowHighPoint in interface ISparklineGrouppublic boolean getShowNegativePoint()
getShowNegativePoint in interface ISparklineGrouppublic void setShowNegativePoint(boolean value)
setShowNegativePoint in interface ISparklineGrouppublic boolean getShowMarkers()
getShowMarkers in interface ISparklineGrouppublic void setShowMarkers(boolean value)
setShowMarkers in interface ISparklineGrouppublic double getVerticalAxisMaxValue()
public void setVerticalAxisMaxValue(double value)
public SpartlineVerticalAxisType getVerticalAxisMaxType()
public void setVerticalAxisMaxType(SpartlineVerticalAxisType value)
public double getVerticalAxisMinValue()
public void setVerticalAxisMinValue(double value)
public SpartlineVerticalAxisType getVerticalAxisMinValueType()
public void setVerticalAxisMinValueType(SpartlineVerticalAxisType value)
public SparklineType getSparklineType()
getSparklineType in interface ISparklineGrouppublic void setSparklineType(SparklineType value)
setSparklineType in interface ISparklineGrouppublic boolean isHorizontalDateAxis()
isHorizontalDateAxis in interface ISparklineGrouppublic void isHorizontalDateAxis(boolean value)
isHorizontalDateAxis in interface ISparklineGrouppublic SparklineEmptyCells getEmptyCellsType()
getEmptyCellsType in interface ISparklineGrouppublic void setEmptyCellsType(SparklineEmptyCells sparklineEmptyCells)
setEmptyCellsType in interface ISparklineGrouppublic CellRange getHorizontalDateAxisRange()
getHorizontalDateAxisRange in interface ISparklineGrouppublic void setHorizontalDateAxisRange(CellRange value)
setHorizontalDateAxisRange in interface ISparklineGrouppublic java.awt.Color getHorizontalAxisColor()
getHorizontalAxisColor in interface ISparklineGrouppublic void setHorizontalAxisColor(com.spire.ms.System.Drawing.Color value)
setHorizontalAxisColor in interface ISparklineGrouppublic java.awt.Color getFirstPointColor()
getFirstPointColor in interface ISparklineGrouppublic void setFirstPointColor(com.spire.ms.System.Drawing.Color value)
setFirstPointColor in interface ISparklineGrouppublic java.awt.Color getHighPointColor()
getHighPointColor in interface ISparklineGrouppublic void setHighPointColor(com.spire.ms.System.Drawing.Color value)
setHighPointColor in interface ISparklineGrouppublic java.awt.Color getLastPointColor()
getLastPointColor in interface ISparklineGrouppublic void setLastPointColor(com.spire.ms.System.Drawing.Color value)
setLastPointColor in interface ISparklineGrouppublic double getLineWeight()
getLineWeight in interface ISparklineGrouppublic void setLineWeight(double value)
setLineWeight in interface ISparklineGrouppublic java.awt.Color getLowPointColor()
getLowPointColor in interface ISparklineGrouppublic void setLowPointColor(com.spire.ms.System.Drawing.Color value)
setLowPointColor in interface ISparklineGrouppublic java.awt.Color getMarkersColor()
getMarkersColor in interface ISparklineGrouppublic void setMarkersColor(com.spire.ms.System.Drawing.Color value)
setMarkersColor in interface ISparklineGrouppublic java.awt.Color getNegativePointColor()
getNegativePointColor in interface ISparklineGrouppublic void setNegativePointColor(com.spire.ms.System.Drawing.Color value)
setNegativePointColor in interface ISparklineGrouppublic java.awt.Color getSparklineColor()
getSparklineColor in interface ISparklineGrouppublic void setSparklineColor(java.awt.Color color)
setSparklineColor in interface ISparklineGrouppublic SparklineCollection add()
add in interface ISparklineGrouppublic SparklineCollection get(int index)
get in class java.util.ArrayList<ISparklines>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||