GrapeCity.Xaml.Excel
LineWeight Property (ExcelSparklineGroup)


GrapeCity.Excel Namespace > ExcelSparklineGroup Class : LineWeight Property
Specifies the line weight for each sparkline in the sparkline group, where the weight is measured in points.
Syntax
'Declaration
 
Public Property LineWeight As Double
'Usage
 
Dim instance As ExcelSparklineGroup
Dim value As Double
 
instance.LineWeight = value
 
value = instance.LineWeight
public double LineWeight {get; set;}
See Also

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members