[]
Creates a new axis stripe.
public Stripe()
Public Sub New()
Creates a new axis stripe with the specified range and fill.
public Stripe(double from, double to, Fill fill)
Public Sub New(from As Double, [to] As Double, fill As Fill)
Creates a new axis stripe that is a deep copy of the specified axis stripe.
public Stripe(Stripe stripe)
Public Sub New(stripe As Stripe)
Type | Name | Description |
---|---|---|
Stripe | stripe | Stripe to copy. |