Aspose::Cells::Charts::DropBars class

DropBars class

Represents the up/down bars in a chart.

class DropBars

Methods

MethodDescription
DropBars(DropBars_Impl* impl)Constructs from an implementation object.
DropBars(const DropBars& src)Copy constructor.
GetArea()Gets the Area.
GetBorder()Gets the border Line.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const DropBars& src)operator=
~DropBars()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also