Table of Contents

Interface ISparklineGroup

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll
public interface ISparklineGroup : IList<ISparklines>, ICollection<ISparklines>, IEnumerable<ISparklines>, IEnumerable
Inherited Members

Properties

EmptyCellsType

SparklineEmptyCells EmptyCellsType { get; set; }

Property Value

SparklineEmptyCells

FirstPointColor

Color FirstPointColor { get; set; }

Property Value

Color

HighPointColor

Color HighPointColor { get; set; }

Property Value

Color

HorizontalAxisColor

Color HorizontalAxisColor { get; set; }

Property Value

Color

HorizontalDateAxisRange

CellRange HorizontalDateAxisRange { get; set; }

Property Value

CellRange

IsDisplayHidden

bool IsDisplayHidden { get; set; }

Property Value

bool

IsHorizontalDateAxis

bool IsHorizontalDateAxis { get; set; }

Property Value

bool

LastPointColor

Color LastPointColor { get; set; }

Property Value

Color

LineWeight

double LineWeight { get; set; }

Property Value

double

LowPointColor

Color LowPointColor { get; set; }

Property Value

Color

MarkersColor

Color MarkersColor { get; set; }

Property Value

Color

NegativePointColor

Color NegativePointColor { get; set; }

Property Value

Color

PlotRightToLeft

bool PlotRightToLeft { get; set; }

Property Value

bool

ShowFirstPoint

bool ShowFirstPoint { get; set; }

Property Value

bool

ShowHighPoint

bool ShowHighPoint { get; set; }

Property Value

bool

ShowHorizontalAxis

bool ShowHorizontalAxis { get; set; }

Property Value

bool

ShowLastPoint

bool ShowLastPoint { get; set; }

Property Value

bool

ShowLowPoint

bool ShowLowPoint { get; set; }

Property Value

bool

ShowMarkers

bool ShowMarkers { get; set; }

Property Value

bool

ShowNegativePoint

bool ShowNegativePoint { get; set; }

Property Value

bool

SparklineColor

Color SparklineColor { get; set; }

Property Value

Color

SparklineType

SparklineType SparklineType { get; set; }

Property Value

SparklineType

Methods

Add()

SparklineCollection Add()

Returns

SparklineCollection