[]
        
(Showing Draft Content)

FarPoint.Web.Chart.CircleBevel.-ctor

CircleBevel Constructor

CircleBevel()

Creates a circular bevel with width of 6 points and a height of 6 points.

Declaration
public CircleBevel()
Public Sub New()

CircleBevel(float, float)

Creates a circular bevel.

Declaration
public CircleBevel(float width, float height)
Public Sub New(width As Single, height As Single)
Parameters
Type Name Description
float width

Width of the bevel.

float height

Height of the bevel.

Remarks

Width is measured in points.

Exceptions
Type Condition
ArgumentOutOfRangeException

width is less than zero or greater than 1584.

ArgumentOutOfRangeException

height is less than zero or greater than 1584.