SparklineGroupLineWeight Property |
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic double LineWeight { get; set; }
Public Property LineWeight As Double
Get
Set
public:
property double LineWeight {
double get ();
void set (double value);
}
member LineWeight : float with get, set
Property Value
Type:
Double
See Also