DropBars
DropBars class
Represents the up/down bars in a chart.
class DropBars;
Methods
Method | Description |
---|---|
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
getArea()
Gets the Area.
getArea() : Area;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;