Provides access to the chart shape properties.
Shows how to insert a chart and set a title.
#include <Aspose.Words.Cpp/Drawing/Charts/Chart.h>
Inheritance diagram for Aspose::Words::Drawing::Charts::Chart:Public Member Functions | |
| SharedPtr< ChartAxis > | get_AxisX () |
| Provides access to properties of the X axis of the chart. More... | |
| SharedPtr< ChartAxis > | get_AxisY () |
| Provides access to properties of the Y axis of the chart. More... | |
| SharedPtr< ChartAxis > | get_AxisZ () |
| Provides access to properties of the Z axis of the chart. More... | |
| SharedPtr< ChartLegend > | get_Legend () |
| Provides access to the chart legend properties. More... | |
| SharedPtr< ChartSeriesCollection > | get_Series () |
| Provides access to series collection. More... | |
| SharedPtr< ChartTitle > | get_Title () |
| Provides access to the chart title properties. More... | |
| virtual const TypeInfo & | GetType () const override |
| virtual bool | Is (const TypeInfo &target) const override |
Static Public Member Functions | |
| static const TypeInfo & | Type () |
| System::SharedPtr<Aspose::Words::Drawing::Charts::ChartAxis> Aspose::Words::Drawing::Charts::Chart::get_AxisX | ( | ) |
Provides access to properties of the X axis of the chart.
Shows how to insert a chart and modify the appearance of its axes.
| System::SharedPtr<Aspose::Words::Drawing::Charts::ChartAxis> Aspose::Words::Drawing::Charts::Chart::get_AxisY | ( | ) |
Provides access to properties of the Y axis of the chart.
Shows how to insert a chart and modify the appearance of its axes.
| System::SharedPtr<Aspose::Words::Drawing::Charts::ChartAxis> Aspose::Words::Drawing::Charts::Chart::get_AxisZ | ( | ) |
Provides access to properties of the Z axis of the chart.
Shows how to insert a chart and modify the appearance of its axes.
| System::SharedPtr<Aspose::Words::Drawing::Charts::ChartLegend> Aspose::Words::Drawing::Charts::Chart::get_Legend | ( | ) |
Provides access to the chart legend properties.
Shows how to edit the appearance of a chart's legend.
| System::SharedPtr<Aspose::Words::Drawing::Charts::ChartSeriesCollection> Aspose::Words::Drawing::Charts::Chart::get_Series | ( | ) |
Provides access to series collection.
Shows how to create an appropriate type of chart series for a graph type.
| System::SharedPtr<Aspose::Words::Drawing::Charts::ChartTitle> Aspose::Words::Drawing::Charts::Chart::get_Title | ( | ) |
Provides access to the chart title properties.
Shows how to insert a chart and set a title.
|
overridevirtual |
Reimplemented from System::Object.
|
overridevirtual |
Reimplemented from System::Object.
|
static |