Represents a group of s

Inheritance

Determines the color of the axis

public WorkbookColorInfo ColorAxis { get; set; }

Determines the color of the first point

public WorkbookColorInfo ColorFirstPoint { get; set; }

Determines the color of the high point

public WorkbookColorInfo ColorHighPoint { get; set; }

Determines the color of the last point

public WorkbookColorInfo ColorLastPoint { get; set; }

Determines the color of the low point

public WorkbookColorInfo ColorLowPoint { get; set; }

Determines the color of the markers

public WorkbookColorInfo ColorMarkers { get; set; }

Determines the color of the negative point

public WorkbookColorInfo ColorNegativePoints { get; set; }

Determines the default color for the series

public WorkbookColorInfo ColorSeries { get; set; }

Determines whether to use a date axis

public bool DateAxis { get; set; }

The date range (read-only)

public WorksheetRegion DateRange { get; }

The date range formula (read-only)

public Formula DateRangeFormula { get; }

Determines how blanks will be displayed

public SparklineDisplayBlanksAs DisplayBlanksAs { get; set; }

Determines whether values from cells that are hidden will be displayed

public bool DisplayHidden { get; set; }

Determines if the x-axis will be displayed

public bool DisplayXAxis { get; set; }

Determines if the first point is displayed differently.

public bool FirstPoint { get; set; }

A unique identifier for this group (read-only).

public Guid? Guid { get; }

Determines if the high point is displayed differently.

public bool HighPoint { get; set; }

Determines if the last point is displayed differently.

public bool LastPoint { get; set; }

Determines the weight of a line in points.

public double LineWeight { get; set; }

Determines if the low point is displayed differently.

public bool LowPoint { get; set; }

Determines if markers are displayed.

public bool Markers { get; set; }

Determines if the negative points are displayed differently.

public bool NegativePoints { get; set; }

Determines if the sparkline goes from right to left.

public bool RightToLeft { get; set; }

The collection of sparklines in the group (read-only)

public SparklineCollection Sparklines { get; }

The type of sparkline

public SparklineType Type { get; set; }

A custom maximum value for the Y axis.

public double VerticalAxisMax { get; set; }

Determines how the maximum value for the Y axis is calculated.

public SparklineAxisMinMax VerticalAxisMaxType { get; set; }

A custom minimum value for the Y axis.

public double VerticalAxisMin { get; set; }

Determines how the minimum value for the Y axis is calculated.

public SparklineAxisMinMax VerticalAxisMinType { get; set; }

Returns a reference to the associated workbook.

public Workbook Workbook { get; }

Returns a reference to the associated worksheet.

public Worksheet Worksheet { get; }

SetDateRange(string, CellReferenceMode?)

Section titled "SetDateRange(string, CellReferenceMode?)"

Assigns a new .

public void SetDateRange(string dateRange, CellReferenceMode? cellReferenceMode = null)

Parameters

  • dateRange: string
  • cellReferenceMode: CellReferenceMode?

Returns any