ISparklineGroup Interface |
Namespace: Spire.Xls.Core.Spreadsheet
The ISparklineGroup type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements contained in the
ICollection
T
.
(Inherited from
ICollection
ISparklines
.)
|
|
|
EmptyCellsType |
Indicates how to display empty cells.
|
|
|
FirstPointColor |
Gets and sets the color of the first point of data in the sparkline group.
|
|
|
HighPointColor |
Gets and sets the color of the highest points of data in the sparkline group.
|
|
|
HorizontalAxisColor |
Gets and sets the color of the horizontal axis in the sparkline group.
|
|
|
HorizontalDateAxisRange |
Represents the range that contains the date values for the sparkline data.
|
|
|
IsDisplayHidden |
Indicates whether to show data in hidden rows and columns.
|
|
|
IsHorizontalDateAxis |
The HorizontalDateAxis property represents the horizontal axis type as Dateaxis.
|
|
|
IsReadOnly |
Gets a value indicating whether the
ICollection
T
is read-only.
(Inherited from
ICollection
ISparklines
.)
|
|
|
Item |
Gets or sets the element at the specified index.
(Inherited from
IList
ISparklines
.)
|
|
|
LastPointColor |
Gets and sets the color of the last point of data in the sparkline group.
|
|
|
LineWeight |
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
|
|
|
LowPointColor |
Gets and sets the color of the lowest points of data in the sparkline group.
|
|
|
MarkersColor |
Gets and sets the color of points in each line sparkline in the sparkline group.
|
|
|
NegativePointColor |
Gets and sets the color of the negative values on the sparkline group.
|
|
|
PlotRightToLeft |
Indicates whether the plot data is right to left.
|
|
|
ShowFirstPoint |
Indicates whether to highlight the first point of data in the sparkline group.
|
|
|
ShowHighPoint |
Indicates whether to highlight the highest points of data in the sparkline group.
|
|
|
ShowHorizontalAxis |
Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
|
|
|
ShowLastPoint |
Indicates whether to highlight the last point of data in the sparkline group.
|
|
|
ShowLowPoint |
Indicates whether to highlight the lowest points of data in the sparkline group.
|
|
|
ShowMarkers |
Indicates whether to highlight each point in each line sparkline in the sparkline group.
|
|
|
ShowNegativePoint |
Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
|
|
|
SparklineColor |
Gets and sets the color of the sparklines in the sparkline group.
|
|
|
SparklineType |
Indicates the sparkline type of the sparkline group.
|
| Name | Description | |
|---|---|---|
|
|
Add |
Adds a new Sparkline to the collection.
|
|
|
Add(T) |
Adds an item to the
ICollection
T
.
(Inherited from
ICollection
ISparklines
.)
|
|
|
Clear |
Removes all items from the
ICollection
T
.
(Inherited from
ICollection
ISparklines
.)
|
|
|
Contains |
Determines whether the
ICollection
T
contains a specific value.
(Inherited from
ICollection
ISparklines
.)
|
|
|
CopyTo |
Copies the elements of the
ICollection
T
to an
Array
, starting at a particular
Array
index.
(Inherited from
ICollection
ISparklines
.)
|
|
|
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from
IEnumerable
ISparklines
.)
|
|
|
IndexOf |
Determines the index of a specific item in the
IList
T
.
(Inherited from
IList
ISparklines
.)
|
|
|
Insert |
Inserts an item to the
IList
T
at the specified index.
(Inherited from
IList
ISparklines
.)
|
|
|
Remove |
Removes the first occurrence of a specific object from the
ICollection
T
.
(Inherited from
ICollection
ISparklines
.)
|
|
|
RemoveAt |
Removes the
IList
T
item at the specified index.
(Inherited from
IList
ISparklines
.)
|