SparklineGroup
LineWeight Property
|
Gets and sets the line weight in each line sparkline in the sparkline group, in the unit of points.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double LineWeight { get; set; }
Public Property LineWeight As Double
Get
Set
public:
virtual property double LineWeight {
double get () sealed;
void set (double value) sealed;
}
abstract LineWeight : float with get, set
override LineWeight : float with get, set
Property Value
Type:
Double
Implements
ISparklineGroup
LineWeight
See Also