SparkPoints.Lastpoint 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 a SparkColor object that represents the color and visibility of the marker for the last point of data on a sparkline.
public:
property Microsoft::Office::Interop::Excel::SparkColor ^ Lastpoint { Microsoft::Office::Interop::Excel::SparkColor ^ get(); };
public Microsoft.Office.Interop.Excel.SparkColor Lastpoint { get; }
Public ReadOnly Property Lastpoint As SparkColor
Property Value
A SparkColor object that represents the color and visibility of the marker for the last point of data on a sparkline.
Remarks
Read-only.
The Lastpointproperty corresponds to the setting of the Last Point, check box in the Show section, and of the Last Point item on the Marker Color drop-down list in the Style section of the Sparkline Tools Design tab of the ribbon.