Aspose::Pdf::Drawing::Graph class

Graph class

Represents graph - graphics generator paragraph.

class Graph : public Aspose::Pdf::BaseParagraph

Methods

MethodDescription
Clone() overrideClone the graph.
get_Border() constGets the border.
get_GraphInfo() constGets a GraphInfo object that indicates the graph info,such as color, line width,etc.
get_Height() constGets a float value that indicates the graph height. The unit is point.
get_IsChangePosition() constGets change curret position after process paragraph.(default true)
get_Left() constGets the table left coordinate.
get_Shapes() constGets a Shapes collection that indicates all shapes in the graph.
get_Title() constGets a string value that indicates the title of the graph.
get_Top() constGets the table top coordinate.
get_Width() constGets a float value that indicates the graph width. The unit is point.
Graph(double, double)Initializes a new instance of the Graph class.
Graph(float, float)Initializes a new instance of the Graph class.
set_Border(System::SharedPtr<BorderInfo>)Sets the border.
set_GraphInfo(System::SharedPtr<Aspose::Pdf::GraphInfo>)Sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
set_Height(double)Sets a float value that indicates the graph height. The unit is point.
set_IsChangePosition(bool)Sets change curret position after process paragraph.(default true)
set_Left(double)Sets the table left coordinate.
set_Shapes(System::SharedPtr<Aspose::Pdf::Generator::BoundsCheckableList<System::SharedPtr<Shape>>>)Sets a Shapes collection that indicates all shapes in the graph.
set_Title(System::SharedPtr<Aspose::Pdf::Text::TextFragment>)Sets a string value that indicates the title of the graph.
set_Top(double)Sets the table top coordinate.
set_Width(double)Sets a float value that indicates the graph width. The unit is point.

See Also