'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Specifies the ending value of the axis stripe")> <DefaultValueAttribute(0)> Public Property To As Double
'Usage Dim instance As AxisStripe Dim value As Double instance.To = value value = instance.To
[Category("General")] [Description("Specifies the ending value of the axis stripe")] [DefaultValue(0)] public double To {get; set;}