SparklineGroup module

class SparklineGroup.SparklineGroup

Bases: SpireObject, ISparklineGroup

Add() SparklineCollection
property EmptyCellsType: SparklineEmptyCells
property FirstPointColor: Color
<summary>

Gets and sets the color of the first point of data in the sparkline group.

</summary>

property HighPointColor: Color
<summary>

Gets and sets the color of the highest points of data in the sparkline group.

</summary>

property HorizontalAxisColor: Color
<summary>

Gets and sets the color of the horizontal axis in the sparkline group.

</summary>

property HorizontalDateAxisRange: CellRange
<summary>

Represents the range that contains the date values for the sparkline data.

</summary>

property IsDisplayHidden: bool
<summary>

Indicates whether to show data in hidden rows and columns.

</summary>

property IsHorizontalDateAxis: bool
<summary>

Indicates wheter represents the horizontal axis type as Dateaxis.

</summary>

property LastPointColor: Color
<summary>

Gets and sets the color of the last point of data in the sparkline group.

</summary>

property LineWeight: float
<summary>

Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.

</summary>

property LowPointColor: Color
<summary>

Gets and sets the color of the lowest points of data in the sparkline group.

</summary>

property MarkersColor: Color
<summary>

Gets and sets the color of points in each line sparkline in the sparkline group.

</summary>

property NegativePointColor: Color
<summary>

Gets and sets the color of the negative values on the sparkline group.

</summary>

property PlotRightToLeft: bool
property ShowFirstPoint: bool
<summary>

Indicates whether to highlight the first point of data in the sparkline group.

</summary>

property ShowHighPoint: bool
<summary>

Indicates whether to highlight the highest points of data in the sparkline group.

</summary>

property ShowHorizontalAxis: bool
<summary>

Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.

</summary>

property ShowLastPoint: bool
<summary>

Indicates whether to highlight the last point of data in the sparkline group.

</summary>

property ShowLowPoint: bool
<summary>

Indicates whether to highlight the lowest points of data in the sparkline group.

</summary>

property ShowMarkers: bool
<summary>

Indicates whether to highlight each point in each line sparkline in the sparkline group.

</summary>

property ShowNegativePoint: bool
<summary>

Indicates whether to highlight the negative values on the sparkline group with a different color or marker.

</summary>

property SparklineColor: Color
<summary>

Gets and sets the color of the sparklines in the sparkline group.

</summary>

property SparklineList: SparklineCollection
property SparklineType: SparklineType
<summary>

Indicates the sparkline type of the sparkline group.

</summary>

property VerticalAxisMaxType: SpartlineVerticalAxisType
<summary>

Represents the vertical axis maximum value type.

</summary>

property VerticalAxisMaxValue: float
<summary>

Gets and sets the custom maximum value for the vertical axis.

</summary>

property VerticalAxisMinValue: float
<summary>

Gets and sets the custom minimum value for the vertical axis.

</summary>

property VerticalAxisMinValueType: SpartlineVerticalAxisType
<summary>

Represents the vertical axis minimum value type.

</summary>

get_Item(index: int) SparklineCollection