com.aspose.cells.SparklineGroup.html Maven / Gradle / Ivy
SparklineGroup
com.aspose.cells
Class SparklineGroup
java.lang.Object
com.aspose.cells.SparklineGroup
public class SparklineGroup
- extends java.lang.Object
Property Getters/Setters Summary | ||
---|---|---|
boolean | getDisplayHidden() | |
void | setDisplayHidden(boolean) | |
Indicates whether to show data in hidden rows and columns. | ||
CellsColor | getFirstPointColor() | |
void | setFirstPointColor(CellsColor) | |
Gets and sets the color of the first point of data in the sparkline group. | ||
CellsColor | getHighPointColor() | |
void | setHighPointColor(CellsColor) | |
Gets and sets the color of the highest points of data in the sparkline group. | ||
CellsColor | getHorizontalAxisColor() | |
void | setHorizontalAxisColor(CellsColor) | |
Gets and sets the color of the horizontal axis in the sparkline group. | ||
java.lang.String | getHorizontalAxisDateRange() | |
void | setHorizontalAxisDateRange(java.lang.String) | |
Represents the range that contains the date values for the sparkline data. | ||
CellsColor | getLastPointColor() | |
void | setLastPointColor(CellsColor) | |
Gets and sets the color of the last point of data in the sparkline group. | ||
double | getLineWeight() | |
void | setLineWeight(double) | |
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points. | ||
CellsColor | getLowPointColor() | |
void | setLowPointColor(CellsColor) | |
Gets and sets the color of the lowest points of data in the sparkline group. | ||
CellsColor | getMarkersColor() | |
void | setMarkersColor(CellsColor) | |
Gets and sets the color of points in each line sparkline in the sparkline group. | ||
CellsColor | getNegativePointsColor() | |
void | setNegativePointsColor(CellsColor) | |
Gets and sets the color of the negative values on the sparkline group. | ||
int | getPlotEmptyCellsType() | |
void | setPlotEmptyCellsType(int) | |
Indicates how to plot empty cells. The value of the property is PlotEmptyCellsType integer constant. | ||
boolean | getPlotRightToLeft() | |
void | setPlotRightToLeft(boolean) | |
Indicates whether the plot data is right to left. | ||
int | getPresetStyle() | |
void | setPresetStyle(int) | |
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) | |
Gets and sets the color of the sparklines in the sparkline group. | ||
boolean | getShowFirstPoint() | |
void | setShowFirstPoint(boolean) | |
Indicates whether to highlight the first point of data in the sparkline group. | ||
boolean | getShowHighPoint() | |
void | setShowHighPoint(boolean) | |
Indicates whether to highlight the highest points of data in the sparkline group. | ||
boolean | getShowHorizontalAxis() | |
void | setShowHorizontalAxis(boolean) | |
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(boolean) | |
Indicates whether to highlight the last point of data in the sparkline group. | ||
boolean | getShowLowPoint() | |
void | setShowLowPoint(boolean) | |
Indicates whether to highlight the lowest points of data in the sparkline group. | ||
boolean | getShowMarkers() | |
void | setShowMarkers(boolean) | |
Indicates whether to highlight each point in each line sparkline in the sparkline group. | ||
boolean | getShowNegativePoints() | |
void | setShowNegativePoints(boolean) | |
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(int) | |
Indicates the sparkline type of the sparkline group. The value of the property is SparklineType integer constant. | ||
double | getVerticalAxisMaxValue() | |
void | setVerticalAxisMaxValue(double) | |
Gets and sets the custom maximum value for the vertical axis. | ||
int | getVerticalAxisMaxValueType() | |
void | setVerticalAxisMaxValueType(int) | |
Represents the vertical axis maximum value type. The value of the property is SparklineAxisMinMaxType integer constant. | ||
double | getVerticalAxisMinValue() | |
void | setVerticalAxisMinValue(double) | |
Gets and sets the custom minimum value for the vertical axis. | ||
int | getVerticalAxisMinValueType() | |
void | setVerticalAxisMinValueType(int) | |
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. |
Property Getters/Setters Detail |
---|
getPresetStyle/setPresetStyle | |
public int getPresetStyle() / public void setPresetStyle(int value) |
Gets and sets the preset style type of the sparkline group. The value of the property is SparklinePresetStyleType integer constant.
getSparklineCollection | |
public SparklineCollection getSparklineCollection() |
Gets the SparklineCollection object of the sparkline group.
getType/setType | |
public int getType() / public void setType(int value) |
Indicates the sparkline type of the sparkline group. The value of the property is SparklineType integer constant.
getPlotEmptyCellsType/setPlotEmptyCellsType | |
public int getPlotEmptyCellsType() / public void setPlotEmptyCellsType(int value) |
Indicates how to plot empty cells. The value of the property is PlotEmptyCellsType integer constant.
getDisplayHidden/setDisplayHidden | |
public boolean getDisplayHidden() / public void setDisplayHidden(boolean value) |
Indicates whether to show data in hidden rows and columns.
getShowHighPoint/setShowHighPoint | |
public boolean getShowHighPoint() / public void setShowHighPoint(boolean value) |
Indicates whether to highlight the highest points of data in the sparkline group.
getHighPointColor/setHighPointColor | |
public CellsColor getHighPointColor() / public void setHighPointColor(CellsColor value) |
Gets and sets the color of the highest points of data in the sparkline group.
getShowLowPoint/setShowLowPoint | |
public boolean getShowLowPoint() / public void setShowLowPoint(boolean value) |
Indicates whether to highlight the lowest points of data in the sparkline group.
getLowPointColor/setLowPointColor | |
public CellsColor getLowPointColor() / public void setLowPointColor(CellsColor value) |
Gets and sets the color of the lowest points of data in the sparkline group.
getShowNegativePoints/setShowNegativePoints | |
public boolean getShowNegativePoints() / public void setShowNegativePoints(boolean value) |
Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
getNegativePointsColor/setNegativePointsColor | |
public CellsColor getNegativePointsColor() / public void setNegativePointsColor(CellsColor value) |
Gets and sets the color of the negative values on the sparkline group.
getShowFirstPoint/setShowFirstPoint | |
public boolean getShowFirstPoint() / public void setShowFirstPoint(boolean value) |
Indicates whether to highlight the first point of data in the sparkline group.
getFirstPointColor/setFirstPointColor | |
public CellsColor getFirstPointColor() / public void setFirstPointColor(CellsColor value) |
Gets and sets the color of the first point of data in the sparkline group.
getShowLastPoint/setShowLastPoint | |
public boolean getShowLastPoint() / public void setShowLastPoint(boolean value) |
Indicates whether to highlight the last point of data in the sparkline group.
getLastPointColor/setLastPointColor | |
public CellsColor getLastPointColor() / public void setLastPointColor(CellsColor value) |
Gets and sets the color of the last point of data in the sparkline group.
getShowMarkers/setShowMarkers | |
public boolean getShowMarkers() / public void setShowMarkers(boolean value) |
Indicates whether to highlight each point in each line sparkline in the sparkline group.
getMarkersColor/setMarkersColor | |
public CellsColor getMarkersColor() / public void setMarkersColor(CellsColor value) |
Gets and sets the color of points in each line sparkline in the sparkline group.
getSeriesColor/setSeriesColor | |
public CellsColor getSeriesColor() / public void setSeriesColor(CellsColor value) |
Gets and sets the color of the sparklines in the sparkline group.
getPlotRightToLeft/setPlotRightToLeft | |
public boolean getPlotRightToLeft() / public void setPlotRightToLeft(boolean value) |
Indicates whether the plot data is right to left.
getLineWeight/setLineWeight | |
public double getLineWeight() / public void setLineWeight(double value) |
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
getHorizontalAxisColor/setHorizontalAxisColor | |
public CellsColor getHorizontalAxisColor() / public void setHorizontalAxisColor(CellsColor value) |
Gets and sets the color of the horizontal axis in the sparkline group.
getShowHorizontalAxis/setShowHorizontalAxis | |
public boolean getShowHorizontalAxis() / public void setShowHorizontalAxis(boolean value) |
Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
getHorizontalAxisDateRange/setHorizontalAxisDateRange | |
public java.lang.String getHorizontalAxisDateRange() / public void setHorizontalAxisDateRange(java.lang.String value) |
Represents the range that contains the date values for the sparkline data.
getVerticalAxisMaxValueType/setVerticalAxisMaxValueType | |
public int getVerticalAxisMaxValueType() / public void setVerticalAxisMaxValueType(int value) |
Represents the vertical axis maximum value type. The value of the property is SparklineAxisMinMaxType integer constant.
getVerticalAxisMaxValue/setVerticalAxisMaxValue | |
public double getVerticalAxisMaxValue() / public void setVerticalAxisMaxValue(double value) |
Gets and sets the custom maximum value for the vertical axis.
getVerticalAxisMinValueType/setVerticalAxisMinValueType | |
public int getVerticalAxisMinValueType() / public void setVerticalAxisMinValueType(int value) |
Represents the vertical axis minimum value type. The value of the property is SparklineAxisMinMaxType integer constant.
getVerticalAxisMinValue/setVerticalAxisMinValue | |
public double getVerticalAxisMinValue() / public void setVerticalAxisMinValue(double value) |
Gets and sets the custom minimum value for the vertical axis.
Method Detail |
---|
resetRanges | |
public 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. - Parameters:
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.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.