Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Stripe Class / To Property


In This Topic
    To Property (Stripe)
    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