public class SparklineGroup
Property Getters/Setters Summary | ||
---|---|---|
boolean | getDisplayHidden() | |
void | setDisplayHidden(booleanvalue) | |
Indicates whether to show data in hidden rows and columns. | ||
CellsColor | getFirstPointColor() | |
void | setFirstPointColor(CellsColor value) | |
Gets and sets the color of the first point of data in the sparkline group. | ||
CellsColor | getHighPointColor() | |
void | setHighPointColor(CellsColor value) | |
Gets and sets the color of the highest points of data in the sparkline group. | ||
CellsColor | getHorizontalAxisColor() | |
void | setHorizontalAxisColor(CellsColor value) | |
Gets and sets the color of the horizontal axis in the sparkline group. | ||
java.lang.String | getHorizontalAxisDateRange() | |
void | setHorizontalAxisDateRange(java.lang.Stringvalue) | |
Represents the range that contains the date values for the sparkline data. | ||
CellsColor | getLastPointColor() | |
void | setLastPointColor(CellsColor value) | |
Gets and sets the color of the last point of data in the sparkline group. | ||
double | getLineWeight() | |
void | setLineWeight(doublevalue) | |
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. | ||
CellsColor | getLowPointColor() | |
void | setLowPointColor(CellsColor value) | |
Gets and sets the color of the lowest points of data in the sparkline group. | ||
CellsColor | getMarkersColor() | |
void | setMarkersColor(CellsColor value) | |
Gets and sets the color of points in each line sparkline in the sparkline group. | ||
CellsColor | getNegativePointsColor() | |
void | setNegativePointsColor(CellsColor value) | |
Gets and sets the color of the negative values on the sparkline group. | ||
int | getPlotEmptyCellsType() | |
void | setPlotEmptyCellsType(intvalue) | |
Indicates how to plot empty cells. The value of the property is PlotEmptyCellsType integer constant. | ||
boolean | getPlotRightToLeft() | |
void | setPlotRightToLeft(booleanvalue) | |
Indicates whether the plot data is right to left. | ||
int | getPresetStyle() | |
void | setPresetStyle(intvalue) | |
Gets and sets the preset style type of the sparkline group. The value of the property is SparklinePresetStyleType integer constant. | ||
CellsColor | getSeriesColor() | |
void | setSeriesColor(CellsColor value) | |
Gets and sets the color of the sparklines in the sparkline group. | ||
boolean | getShowFirstPoint() | |
void | setShowFirstPoint(booleanvalue) | |
Indicates whether to highlight the first point of data in the sparkline group. | ||
boolean | getShowHighPoint() | |
void | setShowHighPoint(booleanvalue) | |
Indicates whether to highlight the highest points of data in the sparkline group. | ||
boolean | getShowHorizontalAxis() | |
void | setShowHorizontalAxis(booleanvalue) | |
Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis. | ||
boolean | getShowLastPoint() | |
void | setShowLastPoint(booleanvalue) | |
Indicates whether to highlight the last point of data in the sparkline group. | ||
boolean | getShowLowPoint() | |
void | setShowLowPoint(booleanvalue) | |
Indicates whether to highlight the lowest points of data in the sparkline group. | ||
boolean | getShowMarkers() | |
void | setShowMarkers(booleanvalue) | |
Indicates whether to highlight each point in each line sparkline in the sparkline group. | ||
boolean | getShowNegativePoints() | |
void | setShowNegativePoints(booleanvalue) | |
Indicates whether to highlight the negative values on the sparkline group with a different color or marker. | ||
SparklineCollection | getSparklineCollection() | |
Gets the |
||
int | getType() | |
void | setType(intvalue) | |
Indicates the sparkline type of the sparkline group. The value of the property is SparklineType integer constant. | ||
double | getVerticalAxisMaxValue() | |
void | setVerticalAxisMaxValue(doublevalue) | |
Gets and sets the custom maximum value for the vertical axis. | ||
int | getVerticalAxisMaxValueType() | |
void | setVerticalAxisMaxValueType(intvalue) | |
Represents the vertical axis maximum value type. The value of the property is SparklineAxisMinMaxType integer constant. | ||
double | getVerticalAxisMinValue() | |
void | setVerticalAxisMinValue(doublevalue) | |
Gets and sets the custom minimum value for the vertical axis. | ||
int | getVerticalAxisMinValueType() | |
void | setVerticalAxisMinValueType(intvalue) | |
Represents the vertical axis minimum value type. The value of the property is SparklineAxisMinMaxType integer constant. |
Method Summary | ||
---|---|---|
void | resetRanges(java.lang.String dataRange, boolean isVertical, CellArea locationRange) | |
Resets the data range and location range of the sparkline group.
This method will clear original sparkline items in the group and creates new sparkline items for the new ranges.
|
public int getPresetStyle() / public void setPresetStyle(int value)
public SparklineCollection getSparklineCollection()
public int getType() / public void setType(int value)
public int getPlotEmptyCellsType() / public void setPlotEmptyCellsType(int value)
public boolean getDisplayHidden() / public void setDisplayHidden(boolean value)
public boolean getShowHighPoint() / public void setShowHighPoint(boolean value)
public CellsColor getHighPointColor() / public void setHighPointColor(CellsColor value)
public boolean getShowLowPoint() / public void setShowLowPoint(boolean value)
public CellsColor getLowPointColor() / public void setLowPointColor(CellsColor value)
public boolean getShowNegativePoints() / public void setShowNegativePoints(boolean value)
public CellsColor getNegativePointsColor() / public void setNegativePointsColor(CellsColor value)
public boolean getShowFirstPoint() / public void setShowFirstPoint(boolean value)
public CellsColor getFirstPointColor() / public void setFirstPointColor(CellsColor value)
public boolean getShowLastPoint() / public void setShowLastPoint(boolean value)
public CellsColor getLastPointColor() / public void setLastPointColor(CellsColor value)
public boolean getShowMarkers() / public void setShowMarkers(boolean value)
public CellsColor getMarkersColor() / public void setMarkersColor(CellsColor value)
public CellsColor getSeriesColor() / public void setSeriesColor(CellsColor value)
public boolean getPlotRightToLeft() / public void setPlotRightToLeft(boolean value)
public double getLineWeight() / public void setLineWeight(double value)
public CellsColor getHorizontalAxisColor() / public void setHorizontalAxisColor(CellsColor value)
public boolean getShowHorizontalAxis() / public void setShowHorizontalAxis(boolean value)
public java.lang.String getHorizontalAxisDateRange() / public void setHorizontalAxisDateRange(java.lang.String value)
public int getVerticalAxisMaxValueType() / public void setVerticalAxisMaxValueType(int value)
public double getVerticalAxisMaxValue() / public void setVerticalAxisMaxValue(double value)
public int getVerticalAxisMinValueType() / public void setVerticalAxisMinValueType(int value)
public double getVerticalAxisMinValue() / public void setVerticalAxisMinValue(double value)
public void resetRanges(java.lang.String dataRange, boolean isVertical, CellArea locationRange)
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.