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