Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / Legend Class / ColorTable Property

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