Click or drag to resize

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 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