Stripe Constructor(Double,Double,Fill)
Creates a new axis stripe with the specified range and fill.
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Double, _
ByVal 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.