Name | Description | |
---|---|---|
delete | Deletes the sparkline group. | |
fromJson | Generate sparkline group from json string | |
get | Gets the ISparkline object. | |
getAxes | Gets the associated ISparkAxes. | |
getCount | Gets the number of sparklines in the sparkline group. | |
getDateRange | Gets the date range for the sparkline group. | |
getDisplayBlanksAs | Gets the way that blank cells are plotted on a chart. | |
getDisplayHidden | Gets whether hidden cells are plotted in the sparkline group. | |
getLineWeight | Gets the thickness of the sparklines in the sparkline group. | |
getLocation | Gets the IRange object that represents the location of the sparklinegroup. | |
getPlotBy | Gets how to plot the sparkline when the data on which it is based is in a square-shaped range. | |
getPoints | Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points. | |
getSeriesColor | Gets the IFormatColor object that represents the main series colorfor the sparkline group. | |
getSourceData | Gets the range that contains the source data for the sparkline group. | |
getType | Gets the type of sparkline for the group. | |
setDateRange | Sets the date range for the sparkline group. | |
setDisplayBlanksAs | Sets the way that blank cells are plotted on a chart. | |
setDisplayHidden | Sets whether hidden cells are plotted in the sparkline group. | |
setLineWeight | Sets the thickness of the sparklines in the sparkline group. | |
setLocation | Sets the IRange object that represents the location of the sparklinegroup. | |
setPlotBy | Sets how to plot the sparkline when the data on which it is based is in a square-shaped range. | |
setSourceData | Sets the range that contains the source data for the sparkline group. | |
setType | Sets the type of sparkline for the group. | |
toJson | Generate json string from sparkline group |