'Declaration
<Foundation.ExportAttribute("AnimationMode")> <BrowsableAttribute(True)> Public Property AnimationMode As AnimationMode
'Usage
Dim instance As ChartBase Dim value As AnimationMode instance.AnimationMode = value value = instance.AnimationMode
[Foundation.Export("AnimationMode")] [Browsable(true)] public AnimationMode AnimationMode {get; set;}