Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartFormat Interface / Line Property


In This Topic
    Line Property (IChartFormat)
    In This Topic
    Gets a GrapeCity.Spreadsheet.Drawing.ILineFormat object that contains line formatting properties for the specified chart element.
    Syntax
    'Declaration
     
    ReadOnly Property Line As ILineFormat
    'Usage
     
    Dim instance As IChartFormat
    Dim value As ILineFormat
     
    value = instance.Line
    ILineFormat Line {get;}

    Property Value

    The line format.
    See Also