SparkPoints Interface

Represents the settings of the markers for points of data on a sparkline.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000244B8-0000-0000-C000-000000000046")> _
Public Interface SparkPoints
'Usage
Dim instance As SparkPoints
[InterfaceTypeAttribute()]
[GuidAttribute("000244B8-0000-0000-C000-000000000046")]
public interface SparkPoints

Remarks

Use the SparkPoints object to set the color and visibility of markers for points of data on a sparkline. Use the Points property of the SparklineGroup object to return a SparkPoints object. The properties of the SparkPoints object correspond to the settings of the High Point, Low Point, Negative Point, First Point, Last Point, and Markers check boxes in the Show section, and of the items on the Marker Color drop-down list in the Style section of the Sparkline Tools Design tab of the ribbon.

See Also

Reference

SparkPoints Members

Microsoft.Office.Interop.Excel Namespace