Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Stripe Class / From Property


In This Topic
From Property (Stripe)
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
See Also