SparklineGroupSparklineCollection Property |
Gets the SparklineCollection object of the sparkline group.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic SparklineCollection SparklineCollection { get; }
Public ReadOnly Property SparklineCollection As SparklineCollection
Get
public:
property SparklineCollection^ SparklineCollection {
SparklineCollection^ get ();
}
member SparklineCollection : SparklineCollection with get
Property Value
Type:
SparklineCollection
See Also