Class SparklineGroup
public class SparklineGroup : List<ISparklines>, IList, ICollection, IReadOnlyList<ISparklines>, IReadOnlyCollection<ISparklines>, ISparklineGroup, IList<ISparklines>, ICollection<ISparklines>, IEnumerable<ISparklines>, IEnumerable
- Inheritance
-
SparklineGroup
- Implements
- Inherited Members
Properties
EmptyCellsType
public SparklineEmptyCells EmptyCellsType { get; set; }
Property Value
FirstPointColor
Gets and sets the color of the first point of data in the sparkline group.
public Color FirstPointColor { get; set; }
Property Value
HighPointColor
Gets and sets the color of the highest points of data in the sparkline group.
public Color HighPointColor { get; set; }
Property Value
HorizontalAxisColor
Gets and sets the color of the horizontal axis in the sparkline group.
public Color HorizontalAxisColor { get; set; }
Property Value
HorizontalDateAxisRange
Represents the range that contains the date values for the sparkline data.
public CellRange HorizontalDateAxisRange { get; set; }
Property Value
IsDisplayHidden
Indicates whether to show data in hidden rows and columns.
public bool IsDisplayHidden { get; set; }
Property Value
IsHorizontalDateAxis
Indicates wheter represents the horizontal axis type as Dateaxis.
public bool IsHorizontalDateAxis { get; set; }
Property Value
this[int]
public SparklineCollection this[int index] { get; }
Parameters
index
int
Property Value
LastPointColor
Gets and sets the color of the last point of data in the sparkline group.
public Color LastPointColor { get; set; }
Property Value
LineWeight
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
public double LineWeight { get; set; }
Property Value
LowPointColor
Gets and sets the color of the lowest points of data in the sparkline group.
public Color LowPointColor { get; set; }
Property Value
MarkersColor
Gets and sets the color of points in each line sparkline in the sparkline group.
public Color MarkersColor { get; set; }
Property Value
NegativePointColor
Gets and sets the color of the negative values on the sparkline group.
public Color NegativePointColor { get; set; }
Property Value
PlotRightToLeft
public bool PlotRightToLeft { get; set; }
Property Value
ShowFirstPoint
Indicates whether to highlight the first point of data in the sparkline group.
public bool ShowFirstPoint { get; set; }
Property Value
ShowHighPoint
Indicates whether to highlight the highest points of data in the sparkline group.
public bool ShowHighPoint { get; set; }
Property Value
ShowHorizontalAxis
Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
public bool ShowHorizontalAxis { get; set; }
Property Value
ShowLastPoint
Indicates whether to highlight the last point of data in the sparkline group.
public bool ShowLastPoint { get; set; }
Property Value
ShowLowPoint
Indicates whether to highlight the lowest points of data in the sparkline group.
public bool ShowLowPoint { get; set; }
Property Value
ShowMarkers
Indicates whether to highlight each point in each line sparkline in the sparkline group.
public bool ShowMarkers { get; set; }
Property Value
ShowNegativePoint
Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
public bool ShowNegativePoint { get; set; }
Property Value
SparklineColor
Gets and sets the color of the sparklines in the sparkline group.
public Color SparklineColor { get; set; }
Property Value
SparklineList
public SparklineCollection SparklineList { get; }
Property Value
SparklineType
Indicates the sparkline type of the sparkline group.
public SparklineType SparklineType { get; set; }
Property Value
VerticalAxisMaxType
Represents the vertical axis maximum value type.
public SpartlineVerticalAxisType VerticalAxisMaxType { get; set; }
Property Value
VerticalAxisMaxValue
Gets and sets the custom maximum value for the vertical axis.
public double VerticalAxisMaxValue { get; set; }
Property Value
VerticalAxisMinValue
Gets and sets the custom minimum value for the vertical axis.
public double VerticalAxisMinValue { get; set; }
Property Value
VerticalAxisMinValueType
Represents the vertical axis minimum value type.
public SpartlineVerticalAxisType VerticalAxisMinValueType { get; set; }
Property Value
Methods
Add()
public SparklineCollection Add()