SparkPoints Members
Include Protected Members
Include Inherited Members
Represents the settings of the markers for points of data on a sparkline.
The SparkPoints type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. | |
Creator | Gets a 32-bit integer that indicates the application in which this object was created. | |
Firstpoint | Gets a SparkColor object that represents the color and visibility of the marker for the first point of data on a sparkline. | |
Highpoint | Gets a SparkColor object that represents the color and visibility of the marker for the highest point of data on a sparkline. | |
Lastpoint | Gets a SparkColor object that represents the color and visibility of the marker for the last point of data on a sparkline. | |
Lowpoint | Gets a SparkColor object that represents the color and visibility of the marker for the lowest point of data on a sparkline. | |
Markers | Gets a SparkColor object that represents the color and visibility of markers for positive points of data on a sparkline. | |
Negative | Gets a SparkColor object that represents the color and visibility of markers for negative points of data on a sparkline. | |
Parent | Gets the parent SparklineGroup object for the specified object. |
Top