BarSparklineView Properties
The Bar sparkline view.| Name | Description |
|---|---|
| ActualColor | Gets the actual color of a sparkline. Inherited from SparklineViewBase. |
| ActualEndPointColor | Gets the actual color of a sparkline end point. Inherited from SparklineViewBase. |
| ActualMaxPointColor | Gets the actual color of a sparkline maximum point. Inherited from SparklineViewBase. |
| ActualMinPointColor | Gets the actual color of a sparkline minimum point. Inherited from SparklineViewBase. |
| ActualNegativePointColor | Gets the actual color of sparkline negative points. Inherited from SparklineViewBase. |
| ActualStartPointColor | Gets the actual color of a sparkline start point. Inherited from SparklineViewBase. |
| BarDistance | Specifies the distance between two bars of a bar sparkline. Inherited from BarSparklineViewBase. |
| Color | Gets or sets the color to draw a sparkline. Inherited from SparklineViewBase. |
| EndPointColor | Gets or sets the color to draw the end point of a sparkline. Inherited from SparklineViewBase. |
| HighlightEndPoint | Gets or sets a value specifying whether or not to highlight the end point of a sparkline. Inherited from SparklineViewBase. |
| HighlightMaxPoint | Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points. Inherited from SparklineViewBase. |
| HighlightMinPoint | Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points. Inherited from SparklineViewBase. |
| HighlightNegativePoints | Gets or sets the value that specifies whether to highlight the negative points of a sparkline. Inherited from SparklineViewBase. |
| HighlightStartPoint | Gets or sets a value specifying whether or not to highlight the start point of a sparkline. Inherited from SparklineViewBase. |
| MaxPointColor | Gets or sets the color to draw a sparkline point that has the highest value among all data points. Inherited from SparklineViewBase. |
| MinPointColor | Gets or sets the color to draw a sparkline point that has the lowest value among all data points. Inherited from SparklineViewBase. |
| NegativePointColor | Gets or sets the color to draw sparkline points that have negative values (less than 0). Inherited from SparklineViewBase. |
| StartPointColor | Gets or sets the color to draw the start point of a sparkline. Inherited from SparklineViewBase. |
| Type | Gets the type of the sparkline view. |
See Also