[]
Represents a group of sparklines.
public interface ISparklineGroup : IEnumerable
Public Interface ISparklineGroup
Inherits IEnumerable
Name | Description |
---|---|
Axes | Gets the associated ISparkAxes. |
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 on a chart. |
DisplayHidden | Specifies whether hidden cells are plotted in the sparkline group. |
this[int] | Gets the ISparkline object. |
LineWeight | Gets or sets the thickness of the sparklines in the sparkline group. |
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 position of the specified node as a coordinate pair. Each coordinate is expressed in points. |
SeriesColor | Gets the IFormatColor 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. |
Name | Description |
---|---|
Delete() | Deletes the sparkline group. |
FromJson(string) | Generate sparkline group from json string. |
ToJson() | Generate json string from sparkline group. |