Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Stripe Class / To Property


In This Topic
    To Property
    In This Topic
    Gets or sets the end value of the stripe.
    Syntax
    'Declaration
     
    
    Public Property To As Double
    'Usage
     
    
    Dim instance As Stripe
    Dim value As Double
     
    instance.To = value
     
    value = instance.To
    public double To {get; set;}
    See Also