Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / LineWeight Property


In This Topic
    LineWeight Property
    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