'Declaration
<DefaultValueAttribute("")> Public Property LegendGroup As String
'Usage
Dim instance As Series Dim value As String instance.LegendGroup = value value = instance.LegendGroup
[DefaultValue("")] public string LegendGroup {get; set;}
[DefaultValue("")] public: property String^ LegendGroup { String^ get(); void set ( String^ value); }