Methods

getDisplayHidden()

Indicates whether to show data in hidden rows and columns.

getFirstPointColor()

Gets and sets the color of the first point of data in the sparkline group.

getHighPointColor()

Gets and sets the color of the highest points of data in the sparkline group.

getHorizontalAxisColor()

Gets and sets the color of the horizontal axis in the sparkline group.

getHorizontalAxisDateRange()

Represents the range that contains the date values for the sparkline data.

getLastPointColor()

Gets and sets the color of the last point of data in the sparkline group.

getLineWeight()

Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.

getLowPointColor()

Gets and sets the color of the lowest points of data in the sparkline group.

getMarkersColor()

Gets and sets the color of points in each line sparkline in the sparkline group.

getNegativePointsColor()

Gets and sets the color of the negative values on the sparkline group.

getPlotEmptyCellsType()

Indicates how to plot empty cells. The value of the property is PlotEmptyCellsType integer constant.

getPlotRightToLeft()

Indicates whether the plot data is right to left.

getPresetStyle()

Gets and sets the preset style type of the sparkline group. The value of the property is SparklinePresetStyleType integer constant.

getSeriesColor()

Gets and sets the color of the sparklines in the sparkline group.

getShowFirstPoint()

Indicates whether to highlight the first point of data in the sparkline group.

getShowHighPoint()

Indicates whether to highlight the highest points of data in the sparkline group.

getShowHorizontalAxis()

Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.

getShowLastPoint()

Indicates whether to highlight the last point of data in the sparkline group.

getShowLowPoint()

Indicates whether to highlight the lowest points of data in the sparkline group.

getShowMarkers()

Indicates whether to highlight each point in each line sparkline in the sparkline group.

getShowNegativePoints()

Indicates whether to highlight the negative values on the sparkline group with a different color or marker.

getSparklineCollection()

Gets the collection of Sparkline object. NOTE: This member is now obsolete. Instead, please use SparklineGroup.Sparklines property. This property will be removed 12 months later since November 2022. Aspose apologizes for any inconvenience you may have experienced.

getSparklines()

Gets the collection of Sparkline object.

getType()

Indicates the sparkline type of the sparkline group. The value of the property is SparklineType integer constant.

getVerticalAxisMaxValue()

Gets and sets the custom maximum value for the vertical axis.

getVerticalAxisMaxValueType()

Represents the vertical axis maximum value type. The value of the property is SparklineAxisMinMaxType integer constant.

getVerticalAxisMinValue()

Gets and sets the custom minimum value for the vertical axis.

getVerticalAxisMinValueType()

Represents the vertical axis minimum value type. The value of the property is SparklineAxisMinMaxType integer constant.

resetRanges(dataRange, isVertical, 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

Name Type Optional Description

dataRange

String

 

Specifies the new data range of the sparkline group.

isVertical

boolean

 

Specifies whether to plot the sparklines from the new data range by row or by column.

locationRange

CellArea

 

Specifies where the sparklines to be placed.

setDisplayHidden()

Indicates whether to show data in hidden rows and columns.

setFirstPointColor()

Gets and sets the color of the first point of data in the sparkline group.

setHighPointColor()

Gets and sets the color of the highest points of data in the sparkline group.

setHorizontalAxisColor()

Gets and sets the color of the horizontal axis in the sparkline group.

setHorizontalAxisDateRange()

Represents the range that contains the date values for the sparkline data.

setLastPointColor()

Gets and sets the color of the last point of data in the sparkline group.

setLineWeight()

Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.

setLowPointColor()

Gets and sets the color of the lowest points of data in the sparkline group.

setMarkersColor()

Gets and sets the color of points in each line sparkline in the sparkline group.

setNegativePointsColor()

Gets and sets the color of the negative values on the sparkline group.

setPlotEmptyCellsType()

Indicates how to plot empty cells. The value of the property is PlotEmptyCellsType integer constant.

setPlotRightToLeft()

Indicates whether the plot data is right to left.

setPresetStyle()

Gets and sets the preset style type of the sparkline group. The value of the property is SparklinePresetStyleType integer constant.

setSeriesColor()

Gets and sets the color of the sparklines in the sparkline group.

setShowFirstPoint()

Indicates whether to highlight the first point of data in the sparkline group.

setShowHighPoint()

Indicates whether to highlight the highest points of data in the sparkline group.

setShowHorizontalAxis()

Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.

setShowLastPoint()

Indicates whether to highlight the last point of data in the sparkline group.

setShowLowPoint()

Indicates whether to highlight the lowest points of data in the sparkline group.

setShowMarkers()

Indicates whether to highlight each point in each line sparkline in the sparkline group.

setShowNegativePoints()

Indicates whether to highlight the negative values on the sparkline group with a different color or marker.

setType()

Indicates the sparkline type of the sparkline group. The value of the property is SparklineType integer constant.

setVerticalAxisMaxValue()

Gets and sets the custom maximum value for the vertical axis.

setVerticalAxisMaxValueType()

Represents the vertical axis maximum value type. The value of the property is SparklineAxisMinMaxType integer constant.

setVerticalAxisMinValue()

Gets and sets the custom minimum value for the vertical axis.

setVerticalAxisMinValueType()

Represents the vertical axis minimum value type. The value of the property is SparklineAxisMinMaxType integer constant.