Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / SpreadLineWeight Property


In This Topic
    SpreadLineWeight Property (ExcelChartShape)
    In This Topic
    Gets or sets the spread line weight.
    Syntax
    'Declaration
     
    
    Public Property SpreadLineWeight As Single
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As Single
     
    instance.SpreadLineWeight = value
     
    value = instance.SpreadLineWeight
    public float SpreadLineWeight {get; set;}

    Property Value

    The spread line weight.
    See Also