'Declaration <DescriptionAttribute("Specifies the index of the legend on which the chart information is displayed")> <CategoryAttribute("General")> <DefaultValueAttribute()> Public Property DisplayOnLegend As Integer
'Usage Dim instance As Chart Dim value As Integer instance.DisplayOnLegend = value value = instance.DisplayOnLegend
[Description("Specifies the index of the legend on which the chart information is displayed")] [Category("General")] [DefaultValue()] public int DisplayOnLegend {get; set;}