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