バージョン

Children プロパティ

現在の Legend オブジェクトの子の UIElements のコレクションを取得します。

Children コレクションはチャートによって自動的に保持されるため、ユーザーは変更しないことをお勧めします。

シンタックス
'宣言
 
Public ReadOnly Property Children As ObservableCollection(Of UIElement)
public ObservableCollection<UIElement> Children {get;}
参照