ISparklineGroup module

class ISparklineGroup.ISparklineGroup

Bases: ABC

abstract Add() SparklineCollection
abstract property EmptyCellsType: SparklineEmptyCells
abstract property FirstPointColor: Color
abstract property HighPointColor: Color
abstract property HorizontalAxisColor: Color
abstract property HorizontalDateAxisRange: CellRange
abstract property IsDisplayHidden: bool
abstract property IsHorizontalDateAxis: bool
abstract property LastPointColor: Color
abstract property LineWeight: float
abstract property LowPointColor: Color
abstract property MarkersColor: Color
abstract property NegativePointColor: Color
abstract property PlotRightToLeft: bool
abstract property ShowFirstPoint: bool
abstract property ShowHighPoint: bool
abstract property ShowHorizontalAxis: bool
abstract property ShowLastPoint: bool
abstract property ShowLowPoint: bool
abstract property ShowMarkers: bool
abstract property ShowNegativePoint: bool
abstract property SparklineColor: Color
abstract property SparklineType: SparklineType