Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / LineWeight Property


In This Topic
    LineWeight Property (ISparklineGroup)
    In This Topic
    Gets or sets the thickness of the sparklines in the sparkline group, where the line weight is measured in points.
    Syntax
    'Declaration
     
    
    Property LineWeight As Double
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim value As Double
     
    instance.LineWeight = value
     
    value = instance.LineWeight
    double LineWeight {get; set;}
    See Also