Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / SparklineWeight Class / LineWeight Property


In This Topic
    LineWeight Property (SparklineWeight)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LineWeight As Double
    'Usage
     
    
    Dim instance As SparklineWeight
    Dim value As Double
     
    instance.LineWeight = value
     
    value = instance.LineWeight
    public double LineWeight {get; set;}
    See Also