SparklineGroupPresetStyle Property |
Gets and sets the preset style type of the sparkline group.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic SparklinePresetStyleType PresetStyle { get; set; }
Public Property PresetStyle As SparklinePresetStyleType
Get
Set
public:
property SparklinePresetStyleType PresetStyle {
SparklinePresetStyleType get ();
void set (SparklinePresetStyleType value);
}
member PresetStyle : SparklinePresetStyleType with get, set
Property Value
Type:
SparklinePresetStyleType
See Also