'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the usage of a bar origin value.")> <DefaultValueAttribute(True)> Public Property UseOrigin As Boolean
'Usage Dim instance As BarSeries Dim value As Boolean instance.UseOrigin = value value = instance.UseOrigin
[Category("Options")] [Description("Controls the usage of a bar origin value.")] [DefaultValue(true)] public bool UseOrigin {get; set;}