Click or drag to resize

SparklineGroup Properties

The SparklineGroup type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from List ISparklines .)
Public property Count
Gets the number of elements contained in the List T .
(Inherited from List ISparklines .)
Public property EmptyCellsType
Indicates how to display empty cells.
Public property FirstPointColor
Gets and sets the color of the first point of data in the sparkline group.
Public property HighPointColor
Gets and sets the color of the highest points of data in the sparkline group.
Public property HorizontalAxisColor
Gets and sets the color of the horizontal axis in the sparkline group.
Public property HorizontalDateAxisRange
Represents the range that contains the date values for the sparkline data.
Public property IsDisplayHidden
Indicates whether to show data in hidden rows and columns.
Public property IsHorizontalDateAxis
Indicates wheter represents the horizontal axis type as Dateaxis.
Public property Item
Gets the SparklineCollection at the specified index.
Public property LastPointColor
Gets and sets the color of the last point of data in the sparkline group.
Public property LineWeight
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
Public property LowPointColor
Gets and sets the color of the lowest points of data in the sparkline group.
Public property MarkersColor
Gets and sets the color of points in each line sparkline in the sparkline group.
Public property NegativePointColor
Gets and sets the color of the negative values on the sparkline group.
Public property PlotRightToLeft
Indicates whether the plot data is right to left.
Public property ShowFirstPoint
Indicates whether to highlight the first point of data in the sparkline group.
Public property ShowHighPoint
Indicates whether to highlight the highest points of data in the sparkline group.
Public property ShowHorizontalAxis
Indicates whether to show the sparkline horizontal axis. The horizontal axis appears if the sparkline has data that crosses the zero axis.
Public property ShowLastPoint
Indicates whether to highlight the last point of data in the sparkline group.
Public property ShowLowPoint
Indicates whether to highlight the lowest points of data in the sparkline group.
Public property ShowMarkers
Indicates whether to highlight each point in each line sparkline in the sparkline group.
Public property ShowNegativePoint
Indicates whether to highlight the negative values on the sparkline group with a different color or marker.
Public property SparklineColor
Gets and sets the color of the sparklines in the sparkline group.
Public property SparklineList
Gets the collection of sparklines associated with the current instance.
Public property SparklineType
Indicates the sparkline type of the sparkline group.
Public property VerticalAxisMaxType
Represents the vertical axis maximum value type.
Public property VerticalAxisMaxValue
Gets and sets the custom maximum value for the vertical axis.
Public property VerticalAxisMinValue
Gets and sets the custom minimum value for the vertical axis.
Public property VerticalAxisMinValueType
Represents the vertical axis minimum value type.
Top
See Also