AreaSparklineView Properties
The Area 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. |
| ActualEndPointMarkerSize | Inherited from LineSparklineView. |
| ActualLineWidth | Inherited from LineSparklineView. |
| ActualMarkerColor | Gets the actual color of a sparkline marker. Inherited from LineSparklineView. |
| ActualMarkerSize | Inherited from LineSparklineView. |
| ActualMaxPointColor | Gets the actual color of a sparkline maximum point. Inherited from SparklineViewBase. |
| ActualMaxPointMarkerSize | Inherited from LineSparklineView. |
| ActualMinPointColor | Gets the actual color of a sparkline minimum point. Inherited from SparklineViewBase. |
| ActualMinPointMarkerSize | Inherited from LineSparklineView. |
| ActualNegativePointColor | Gets the actual color of sparkline negative points. Inherited from SparklineViewBase. |
| ActualNegativePointMarkerSize | Inherited from LineSparklineView. |
| ActualStartPointColor | Gets the actual color of a sparkline start point. Inherited from SparklineViewBase. |
| ActualStartPointMarkerSize | Inherited from LineSparklineView. |
| AreaOpacity | Specifies the opacity (0-255) of the area sparkline. |
| Color | Gets or sets the color to draw a sparkline. Inherited from SparklineViewBase. |
| EnableAntialiasing | Gets or sets whether anti-aliasing (smoothing) is applied to the line view. Inherited from LineSparklineView. |
| EndPointColor | Gets or sets the color to draw the end point of a sparkline. Inherited from SparklineViewBase. |
| EndPointMarkerSize | Gets or sets the size of an end point’s marker. Inherited from LineSparklineView. |
| 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. |
| LineWidth | Specifies the width of a line in a LineSparklineView. Inherited from LineSparklineView. |
| MarkerColor | Gets or sets the color to draw line markers. Inherited from LineSparklineView. |
| MarkerSize | Gets or sets the size of markers for data points in a line sparkline. Inherited from LineSparklineView. |
| MaxPointColor | Gets or sets the color to draw a sparkline point that has the highest value among all data points. Inherited from SparklineViewBase. |
| MaxPointMarkerSize | Gets or sets the marker size of a data point that has the maximum value among all data points. Inherited from LineSparklineView. |
| MinPointColor | Gets or sets the color to draw a sparkline point that has the lowest value among all data points. Inherited from SparklineViewBase. |
| MinPointMarkerSize | Gets or sets the marker size of a data point that has the minimum value among all data points. Inherited from LineSparklineView. |
| NegativePointColor | Gets or sets the color to draw sparkline points that have negative values (less than 0). Inherited from SparklineViewBase. |
| NegativePointMarkerSize | Gets or sets the marker size of all data points that have negative values (less than 0). Inherited from LineSparklineView. |
| ScaleFactor | Inherited from LineSparklineView. |
| ShowMarkers | Gets or sets a value specifying the visibility of point markers on a sparkline. Inherited from LineSparklineView. |
| StartPointColor | Gets or sets the color to draw the start point of a sparkline. Inherited from SparklineViewBase. |
| StartPointMarkerSize | Gets or sets the size of a start point’s marker. Inherited from LineSparklineView. |
| Type | Gets the type of the sparkline view. |
See Also