[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISparklineGroup

ISparklineGroup Interface

Represents a group of sparklines.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISparklineGroup
Public Interface ISparklineGroup

Properties

Name Description
Axes

Gets the associated ISparkAxes object.

Count

Gets the number of sparklines in the sparkline group.

DateRange

Gets or sets the date range for the sparkline group.

DisplayBlanksAs

Gets or sets the way that blank cells are plotted.

DisplayHidden

Gets or sets a value indicating whether hidden cells are plotted in the sparkline group.

this[int]

Gets the ISparkline object at the specified index.

LineWeight

Gets or sets the thickness of the sparklines in the sparkline group, where the line weight is measured in points.

Location

Gets or sets the IRange object that represents the location of the sparkline group.

PlotBy

Gets or sets how to plot the sparkline when the data on which it is based is in a square-shaped range.

Points

Gets the associated ISparkPoints object for the sparkline group.

SeriesColor

Gets a Color object that represents the main series color for the sparkline group.

SourceData

Gets or sets the range that contains the source data for the sparkline group.

Type

Gets or sets the type of sparkline for the group.

Methods

Name Description
Delete()

Deletes the sparkline group.

Modify(string, string)

Modifies the location and the source data for the sparkline group.

ModifyDateRange(string)

Modifies the date range for the sparkline group.

ModifyLocation(int, int)

Modify the location of the sparkline group.

ModifyLocation(string)

Modify the location of the sparkline group.

ModifySourceData(string)

Modifies the source data for a sparkline group.