SparklineGroup.Points Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position of the specified node as a coordinate pair. Each coordinate is expressed in points.
public:
property Microsoft::Office::Interop::Excel::SparkPoints ^ Points { Microsoft::Office::Interop::Excel::SparkPoints ^ get(); };
public Microsoft.Office.Interop.Excel.SparkPoints Points { get; }
Public ReadOnly Property Points As SparkPoints
Property Value
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.