Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / LegendConverter Class / Legend Property


In This Topic
    Legend Property (LegendConverter)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Legend As Legend
    'Usage
     
    Dim instance As LegendConverter
    Dim value As Legend
     
    instance.Legend = value
     
    value = instance.Legend
    public Legend Legend {get; set;}
    See Also