'Declaration <DefaultValueAttribute()> <DescriptionAttribute("Controls the vertical data label alignment relative to the data point bound.")> <CategoryAttribute("Alignment")> Public Property VertAlign As VertAlign
'Usage Dim instance As DataLabels Dim value As VertAlign instance.VertAlign = value value = instance.VertAlign
[DefaultValue()] [Description("Controls the vertical data label alignment relative to the data point bound.")] [Category("Alignment")] public VertAlign VertAlign {get; set;}