Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / Stripe Class / From Property


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