Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineSetting Class / LineWeight Property


In This Topic
    LineWeight Property (SparklineSetting)
    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
     
    
    Public Property LineWeight As Double
    'Usage
     
    
    Dim instance As SparklineSetting
    Dim value As Double
     
    instance.LineWeight = value
     
    value = instance.LineWeight
    public double LineWeight {get; set;}
    See Also