DropBars
Contents
[
Hide
]DropBars class
Represents the up/down bars in a chart.
class DropBars;
Properties
Property | Type | Description |
---|---|---|
border | Line | Readonly. Gets the border Line. |
area | Area | Readonly. Gets the Area. |
Methods
Method | Description |
---|---|
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
getArea()
@deprecated. Please use the ‘area’ property instead. Gets the Area.
getArea() : Area;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;