Graph

Overview

Graph is a class in Aspose.PDF FOSS for C++.

This class provides 16 methods for working with Graph objects in C++ programs. Available methods include: Border, GraphInfo, Height, IsChangePosition, Left, Shapes, Top, Width. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Shapes()std::vector<std::unique_ptr<Shape>>Calls Shapes on this Graph instance.
Shapes()std::vector<std::unique_ptr<Shape>>
GraphInfo()Aspose::Pdf::GraphInfoCalls GraphInfo on this Graph instance.
GraphInfo(value: Aspose::Pdf::GraphInfo)Calls GraphInfo(value) on this Graph instance.
Border()BorderInfoCalls Border on this Graph instance.
Border(value: BorderInfo)Calls Border(value) on this Graph instance.
IsChangePosition()boolReturns true if change position is set.
IsChangePosition(value: bool)Calls IsChangePosition(value) on this Graph instance.
Left()doubleCalls Left on this Graph instance.
Left(value: double)Calls Left(value) on this Graph instance.
Top()doubleCalls Top on this Graph instance.
Top(value: double)Calls Top(value) on this Graph instance.
Width()doubleCalls Width on this Graph instance.
Width(value: double)Calls Width(value) on this Graph instance.
Height()doubleCalls Height on this Graph instance.
Height(value: double)Calls Height(value) on this Graph instance.

See Also