'Declaration Public Property Legends As LegendCollection
public LegendCollection Legends {get; set;}
Note that the set accessor is only for deserialization, and should not be used directly.
'Declaration Public Property Legends As LegendCollection
public LegendCollection Legends {get; set;}