Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / Stripe Class / Stripe Constructor / Stripe Constructor(Double,Double,Fill)
Start of range.
End of range.
Fill of range.


In This Topic
Stripe Constructor(Double,Double,Fill)
In This Topic
Creates a new axis stripe with the specified range and fill.
Syntax
'Declaration
 
Public Function New( _
   ByVal from As Double, _
   ByVal to As Double, _
   ByVal fill As Fill _
)
 
'Usage
 
Dim from As Double
Dim to As Double
Dim fill As Fill
 
Dim instance As New Stripe(from, to, fill)

Parameters

from
Start of range.
to
End of range.
fill
Fill of range.
See Also