SparklineGroupType Property |
Indicates the sparkline type of the sparkline group.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic SparklineType Type { get; set; }
Public Property Type As SparklineType
Get
Set
public:
property SparklineType Type {
SparklineType get ();
void set (SparklineType value);
}
member Type : SparklineType with get, set
Property Value
Type:
SparklineType
See Also