SparklineGroup.Points Property
Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Points As SparkPoints
Get
'Usage
Dim instance As SparklineGroup
Dim value As SparkPoints
value = instance.Points
SparkPoints Points { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SparkPoints
The position of the specified node as a coordinate pair.
Remarks
A coordinate pair is a pair of values representing the x- and y-coordinates of a point that are stored in a two-dimensional array that can contain coordinates for many points.
This property is read-only. Use the SetPosition(Int32, Single, Single) method to set the value of this property.