Class ExcelSparklineGroup
- Namespace
- OfficeOpenXml.Sparkline
- Assembly
- Magicodes.EPPlus.dll
public class ExcelSparklineGroup : XmlHelper
- Inheritance
-
ExcelSparklineGroup
- Inherited Members
-
- Extension Methods
-
Properties
ColorAxis
public ExcelSparklineColor ColorAxis { get; }
Property Value
- ExcelSparklineColor
ColorFirst
public ExcelSparklineColor ColorFirst { get; }
Property Value
- ExcelSparklineColor
ColorHigh
public ExcelSparklineColor ColorHigh { get; }
Property Value
- ExcelSparklineColor
ColorLast
public ExcelSparklineColor ColorLast { get; }
Property Value
- ExcelSparklineColor
ColorLow
public ExcelSparklineColor ColorLow { get; }
Property Value
- ExcelSparklineColor
ColorMarkers
public ExcelSparklineColor ColorMarkers { get; }
Property Value
- ExcelSparklineColor
ColorNegative
public ExcelSparklineColor ColorNegative { get; }
Property Value
- ExcelSparklineColor
ColorSeries
public ExcelSparklineColor ColorSeries { get; }
Property Value
- ExcelSparklineColor
DataRange
public ExcelRangeBase DataRange { get; }
Property Value
- ExcelRangeBase
DateAxisRange
public ExcelRangeBase DateAxisRange { get; set; }
Property Value
- ExcelRangeBase
DisplayEmptyCellsAs
public eDispBlanksAs DisplayEmptyCellsAs { get; set; }
Property Value
- eDispBlanksAs
DisplayHidden
public bool DisplayHidden { get; set; }
Property Value
- bool
DisplayXAxis
public bool DisplayXAxis { get; set; }
Property Value
- bool
First
public bool First { get; set; }
Property Value
- bool
High
public bool High { get; set; }
Property Value
- bool
Last
public bool Last { get; set; }
Property Value
- bool
LineWidth
public double LineWidth { get; set; }
Property Value
- double
LocationRange
public ExcelRangeBase LocationRange { get; }
Property Value
- ExcelRangeBase
Low
public bool Low { get; set; }
Property Value
- bool
ManualMax
public double ManualMax { get; set; }
Property Value
- double
ManualMin
public double ManualMin { get; set; }
Property Value
- double
Markers
public bool Markers { get; set; }
Property Value
- bool
MaxAxisType
public eSparklineAxisMinMax MaxAxisType { get; set; }
Property Value
- eSparklineAxisMinMax
MinAxisType
public eSparklineAxisMinMax MinAxisType { get; set; }
Property Value
- eSparklineAxisMinMax
Negative
public bool Negative { get; set; }
Property Value
- bool
RightToLeft
public bool RightToLeft { get; set; }
Property Value
- bool
Sparklines
public ExcelSparklineCollection Sparklines { get; }
Property Value
- ExcelSparklineCollection
Type
public eSparklineType Type { get; set; }
Property Value
- eSparklineType