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


In This Topic
    ShowLeaderLines Property
    In This Topic
    Gets or sets a value indicating whether the series has leader lines.
    Syntax
    'Declaration
     
    Property ShowLeaderLines As Boolean
    'Usage
     
    Dim instance As ISeries
    Dim value As Boolean
     
    instance.ShowLeaderLines = value
     
    value = instance.ShowLeaderLines
    bool ShowLeaderLines {get; set;}
    See Also