SparklineViewBase Members
In This Article
#Properties
Name | Description |
---|---|
Actual |
Gets the actual color of a sparkline. |
Actual |
Gets the actual color of a sparkline end point. |
Actual |
Gets the actual color of a sparkline maximum point. |
Actual |
Gets the actual color of a sparkline minimum point. |
Actual |
Gets the actual color of sparkline negative points. |
Actual |
Gets the actual color of a sparkline start point. |
Color | Gets or sets the color to draw a sparkline. |
End |
Gets or sets the color to draw the end point of a sparkline. |
Highlight |
Gets or sets a value specifying whether or not to highlight the end point of a sparkline. |
Highlight |
Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points. |
Highlight |
Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points. |
Highlight |
Gets or sets the value that specifies whether to highlight the negative points of a sparkline. |
Highlight |
Gets or sets a value specifying whether or not to highlight the start point of a sparkline. |
Max |
Gets or sets the color to draw a sparkline point that has the highest value among all data points. |
Min |
Gets or sets the color to draw a sparkline point that has the lowest value among all data points. |
Negative |
Gets or sets the color to draw sparkline points that have negative values (less than 0). |
Start |
Gets or sets the color to draw the start point of a sparkline. |
Type | Gets the type of the sparkline view. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Sparkline |
Create |
Creates a sparkline view of the specified type. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a human-readable string that represents the Sparkline |
Visit |
Invokes the Visit method of the specified visitor for the current Sparkline |
#Events
Name | Description |
---|---|
Properties |
Occurs when any property of the Sparkline |
See Also