Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataTable Interface / ShowLegendKey Property


In This Topic
    ShowLegendKey Property (IDataTable)
    In This Topic
    Gets or sets a value indicating whether the data label legend key is visible.
    Syntax
    'Declaration
     
    Property ShowLegendKey As Boolean
    'Usage
     
    Dim instance As IDataTable
    Dim value As Boolean
     
    instance.ShowLegendKey = value
     
    value = instance.ShowLegendKey
    bool ShowLegendKey {get; set;}
    See Also