Click or drag to resize

ISparklineGroup Interface

Represents a group of sparklines, providing functionality to manage a collection of sparkline objects.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface ISparklineGroup : IList<ISparklines>, 
	ICollection<ISparklines>, IEnumerable<ISparklines>, IEnumerable

The ISparklineGroup type exposes the following members.

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