Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Viewport Class / Legends Property

In This Topic
    Legends Property
    In This Topic
    Gets or sets the legend objects.
    Syntax
    'Declaration
     
    Public Property Legends As ObservableCollection(Of Legend)
    public ObservableCollection<Legend> Legends {get; set;}
    See Also