ISparklineGroup
LineWeight Property
|
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
double LineWeight { get; set; }
Property LineWeight As Double
Get
Set
property double LineWeight {
double get ();
void set (double value);
}
abstract LineWeight : float with get, set
Property Value
Type:
Double
The line weight value should be between 0 and 1584.
Exceptions
Exception
|
Condition
|
ArgumentOutOfRangeException
|
if the value is not between 0 and 1584
|
See Also