Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ShowLegend Method


In This Topic
    ShowLegend Method
    In This Topic
    Displays the legend on the chart.
    Syntax
    'Declaration
     
    Sub ShowLegend() 
    'Usage
     
    Dim instance As IChart
     
    instance.ShowLegend()
    void ShowLegend()
    Remarks
    This function works with Spread WPF only.
    See Also