DropBars

DropBars class

Represents the up/down bars in a chart.

class DropBars;

Properties

PropertyTypeDescription
borderLineReadonly. Gets the border Line.
areaAreaReadonly. Gets the Area.

Methods

MethodDescription
getBorder()@deprecated. Please use the ‘border’ property instead. Gets the border Line.
getArea()@deprecated. Please use the ‘area’ property instead. Gets the Area.
isNull()Checks whether the implementation object is null.

border

Readonly. Gets the border Line.

border : Line;

area

Readonly. Gets the Area.

area : Area;

getBorder()

@deprecated. Please use the ‘border’ property instead. Gets the border Line.

getBorder() : Line;

Returns

Line

getArea()

@deprecated. Please use the ‘area’ property instead. Gets the Area.

getArea() : Area;

Returns

Area

isNull()

Checks whether the implementation object is null.

isNull() : boolean;