DropBars

DropBars class

Represents the up/down bars in a chart.

class DropBars;

Methods

MethodDescription
getBorder()Gets the border Line.
getArea()Gets the Area.
isNull()Checks whether the implementation object is null.

getBorder()

Gets the border Line.

getBorder() : Line;

Returns

Line

getArea()

Gets the Area.

getArea() : Area;

Returns

Area

isNull()

Checks whether the implementation object is null.

isNull() : boolean;