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