Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / LeaderLines Property


In This Topic
    LeaderLines Property
    In This Topic
    Gets an ILeaderLines object that represents the leader lines for the series.
    Syntax
    'Declaration
     
    ReadOnly Property LeaderLines As ILeaderLines
    'Usage
     
    Dim instance As ISeries
    Dim value As ILeaderLines
     
    value = instance.LeaderLines
    ILeaderLines LeaderLines {get;}
    See Also