[]
        
(Showing Draft Content)

FarPoint.Web.Chart.Stripe.-ctor

Stripe Constructor

Stripe()

Creates a new axis stripe.

Declaration
public Stripe()
Public Sub New()

Stripe(double, double, Fill)

Creates a new axis stripe with the specified range and fill.

Declaration
public Stripe(double from, double to, Fill fill)
Public Sub New(from As Double, [to] As Double, fill As Fill)
Parameters
Type Name Description
double from

Start of range.

double to

End of range.

Fill fill

Fill of range.

Stripe(Stripe)

Creates a new axis stripe that is a deep copy of the specified axis stripe.

Declaration
public Stripe(Stripe stripe)
Public Sub New(stripe As Stripe)
Parameters
Type Name Description
Stripe stripe

Stripe to copy.