'宣言 Public Property XItems As System.Collections.Generic.List(Of Object)
'使用法 Dim instance As Chart Dim value As System.Collections.Generic.List(Of Object) instance.XItems = value value = instance.XItems
public System.Collections.Generic.List<object> XItems {get; set;}