Spread WPF 17
GrapeCity.Excel Namespace / IExcelSparklineGroup Interface / LineWeight Property


In This Topic
    LineWeight Property (IExcelSparklineGroup)
    In This Topic
    Specifies the line weight for each sparkline in the sparkline group, where the weight is measured in points.
    Syntax
    'Declaration
     
    Property LineWeight As Double
    'Usage
     
    Dim instance As IExcelSparklineGroup
    Dim value As Double
     
    instance.LineWeight = value
     
    value = instance.LineWeight
    double LineWeight {get; set;}
    See Also