Sparkline for UWP | ComponentOne
C1.UWP.Sparkline Assembly / C1.Xaml.Sparkline Namespace / C1Sparkline Class / LineWeight Property

In This Topic
    LineWeight Property
    In This Topic
    Gets or sets a value that specifies the line weight for each sparkline in the sparkline group, where the line weight is measured in points. The weight must be greater than or equal to zero, and must be less than or equal to 3 (LineSeries only supports line weight values in the range of 0.0->3.0).
    Syntax
    'Declaration
     
    
    Public Property LineWeight As Double
    public double LineWeight {get; set;}
    See Also