Show / Hide Table of Contents

Class SparklineGroup

Represents a group of spark lines. It contains properties common to one or more spark lines.

Inheritance
System.Object
SparklineGroup
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class SparklineGroup : object

Constructors

SparklineGroup()

Declaration
public SparklineGroup()

Properties

ColorAxis

Declaration
public SpreadsheetColor ColorAxis { get; set; }
Property Value
Type Description
SpreadsheetColor

ColorFirst

Declaration
public SpreadsheetColor ColorFirst { get; set; }
Property Value
Type Description
SpreadsheetColor

ColorHigh

Declaration
public SpreadsheetColor ColorHigh { get; set; }
Property Value
Type Description
SpreadsheetColor

ColorLast

Declaration
public SpreadsheetColor ColorLast { get; set; }
Property Value
Type Description
SpreadsheetColor

ColorLow

Declaration
public SpreadsheetColor ColorLow { get; set; }
Property Value
Type Description
SpreadsheetColor

ColorMarkers

Declaration
public SpreadsheetColor ColorMarkers { get; set; }
Property Value
Type Description
SpreadsheetColor

ColorNegative

Declaration
public SpreadsheetColor ColorNegative { get; set; }
Property Value
Type Description
SpreadsheetColor

ColorSeries

Declaration
public SpreadsheetColor ColorSeries { get; set; }
Property Value
Type Description
SpreadsheetColor

DateAxis

Declaration
public bool DateAxis { get; set; }
Property Value
Type Description
System.Boolean

DisplayEmptyCellsAs

Declaration
public ShowEmptyCellsAs DisplayEmptyCellsAs { get; set; }
Property Value
Type Description
ShowEmptyCellsAs

DisplayHidden

Declaration
public bool DisplayHidden { get; set; }
Property Value
Type Description
System.Boolean

DisplayXAxis

Declaration
public bool DisplayXAxis { get; set; }
Property Value
Type Description
System.Boolean

First

Declaration
public bool First { get; set; }
Property Value
Type Description
System.Boolean

High

Declaration
public bool High { get; set; }
Property Value
Type Description
System.Boolean

Last

Declaration
public bool Last { get; set; }
Property Value
Type Description
System.Boolean

LineWeight

Declaration
public double LineWeight { get; set; }
Property Value
Type Description
System.Double

Low

Declaration
public bool Low { get; set; }
Property Value
Type Description
System.Boolean

ManualMaximum

Declaration
public double? ManualMaximum { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

ManualMinimum

Declaration
public double? ManualMinimum { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Markers

Declaration
public bool Markers { get; set; }
Property Value
Type Description
System.Boolean

MaxAxisType

Declaration
public SparklineAxisMinMax MaxAxisType { get; set; }
Property Value
Type Description
SparklineAxisMinMax

MinAxisType

Declaration
public SparklineAxisMinMax MinAxisType { get; set; }
Property Value
Type Description
SparklineAxisMinMax

Negative

Declaration
public bool Negative { get; set; }
Property Value
Type Description
System.Boolean

RightToLeft

Declaration
public bool RightToLeft { get; set; }
Property Value
Type Description
System.Boolean

SparkLines

Declaration
public List<Sparkline> SparkLines { get; }
Property Value
Type Description
List<Sparkline>

Type

Declaration
public SparkLineType Type { get; set; }
Property Value
Type Description
SparkLineType
Back to top Generated by DocFX