Skip to main content
A newer version of this page is available. .

SparklineViewBase Properties

The base class for sparkline views.
Name Description
ActualColor Gets the actual color of a sparkline.
ActualEndPointColor Gets the actual color of a sparkline end point.
ActualMaxPointColor Gets the actual color of a sparkline maximum point.
ActualMinPointColor Gets the actual color of a sparkline minimum point.
ActualNegativePointColor Gets the actual color of sparkline negative points.
ActualStartPointColor Gets the actual color of a sparkline start point.
Color Gets or sets the color to draw a sparkline.
EndPointColor Gets or sets the color to draw the end point of a sparkline.
HighlightEndPoint Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
HighlightMaxPoint Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
HighlightMinPoint Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
HighlightNegativePoints
HighlightStartPoint Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
MaxPointColor Gets or sets the color to draw a sparkline point that has the highest value among all data points.
MinPointColor Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
NegativePointColor Gets or sets the color to draw sparkline points that have negative values (less than 0).
StartPointColor Gets or sets the color to draw the start point of a sparkline.
Type Gets the type of the sparkline view.
See Also