Skip to content

Commit 036a712

Browse files
Aspose.Slides for C++ 25.7 API Reference
1 parent f2a1fd4 commit 036a712

File tree

381 files changed

+2388
-1796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+2388
-1796
lines changed

content/cpp/english/aspose.slides.charts/chart/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Chart : public Aspose::Slides::GraphicalObject,
4848
| **bool** [get_HasLegend](./get_haslegend/)() override | Determines whether a chart has a legend. Read **bool**. |
4949
| **bool** [get_HasRoundedCorners](./get_hasroundedcorners/)() override | Specifies the chart area shall have rounded corners. Read **bool**. |
5050
| **bool** [get_HasTitle](./get_hastitle/)() override | Determines whether a chart has a visible title. Read **bool**. |
51-
| **float** [get_Height](../../aspose.slides/shape/get_height/)() override | Returns the height of the shape. Read **float**. |
51+
| **float** [get_Height](../../aspose.slides/shape/get_height/)() override | Gets the height of the shape, measured in points. Read **float**. |
5252
| **bool** [get_Hidden](../../aspose.slides/shape/get_hidden/)() override | Determines whether the shape is hidden. Read **bool**. |
5353
| [System::SharedPtr](../../system/sharedptr/)\<[IHyperlink](../../aspose.slides/ihyperlink/)\> [get_HyperlinkClick](../../aspose.slides/shape/get_hyperlinkclick/)() override | Returns the hyperlink defined for mouse click. Read [IHyperlink](../../aspose.slides/ihyperlink/). |
5454
| [System::SharedPtr](../../system/sharedptr/)\<[IHyperlinkManager](../../aspose.slides/ihyperlinkmanager/)\> [get_HyperlinkManager](../../aspose.slides/shape/get_hyperlinkmanager/)() override | Returns the hyperlink manager. Read-only [IHyperlinkManager](../../aspose.slides/ihyperlinkmanager/). |
@@ -59,7 +59,7 @@ class Chart : public Aspose::Slides::GraphicalObject,
5959
| [System::SharedPtr](../../system/sharedptr/)\<[ILegend](../ilegend/)\> [get_Legend](./get_legend/)() override | Returns a legend for a chart. Read-only [ILegend](../ilegend/). |
6060
| [System::SharedPtr](../../system/sharedptr/)\<[ILineFormat](../../aspose.slides/ilineformat/)\> [get_LineFormat](../../aspose.slides/shape/get_lineformat/)() override | Returns the [LineFormat](../../aspose.slides/lineformat/) object that contains line formatting properties for a shape. Note: can return null for certain types of shapes which don't have line properties. Read-only [ILineFormat](../../aspose.slides/ilineformat/). |
6161
| [System::String](../../system/string/) [get_Name](../../aspose.slides/shape/get_name/)() override | Returns the name of a shape. Must be not null. Use empty string value if needed. Read [System::String](../../system/string/). |
62-
| **uint32_t** [get_OfficeInteropShapeId](../../aspose.slides/shape/get_officeinteropshapeid/)() override | Gets unique shape identifier in slide scope. Read-only **uint32_t**. See also [Shape::get_UniqueId](../../aspose.slides/shape/get_uniqueid/) for getting unique shape identifier in presentation scope. |
62+
| **uint32_t** [get_OfficeInteropShapeId](../../aspose.slides/shape/get_officeinteropshapeid/)() override | Returns a slide-scoped unique identifier that remains constant for the lifetime of the shape and lets PowerPoint or interop code reliably reference the shape from anywhere in the document. Read-only **uint32_t**. See also [Shape::get_UniqueId](../../aspose.slides/shape/get_uniqueid/). |
6363
| [System::SharedPtr](../../system/sharedptr/)\<[IGroupShape](../../aspose.slides/igroupshape/)\> [get_ParentGroup](../../aspose.slides/shape/get_parentgroup/)() override | Returns parent [GroupShape](../../aspose.slides/groupshape/) object if shape is grouped. Otherwise returns null. Read-only [IGroupShape](../../aspose.slides/igroupshape/). |
6464
| [System::SharedPtr](../../system/sharedptr/)\<[IPlaceholder](../../aspose.slides/iplaceholder/)\> [get_Placeholder](../../aspose.slides/shape/get_placeholder/)() override | Returns the placeholder for a shape. Returns null if the shape has no placeholder. Read-only [IPlaceholder](../../aspose.slides/iplaceholder/). |
6565
| [System::SharedPtr](../../system/sharedptr/)\<[IChartPlotArea](../ichartplotarea/)\> [get_PlotArea](./get_plotarea/)() override | Represents the plot area of a chart. Read-only [IChartPlotArea](../ichartplotarea/). |
@@ -77,11 +77,11 @@ class Chart : public Aspose::Slides::GraphicalObject,
7777
| [System::SharedPtr](../../system/sharedptr/)\<[Aspose::Slides::Theme::IOverrideThemeManager](../../aspose.slides.theme/ioverridethememanager/)\> [get_ThemeManager](./get_thememanager/)() override | Returns theme manager. Read-only [Aspose::Slides::Theme::IOverrideThemeManager](../../aspose.slides.theme/ioverridethememanager/). |
7878
| [System::SharedPtr](../../system/sharedptr/)\<[IThreeDFormat](../../aspose.slides/ithreedformat/)\> [get_ThreeDFormat](../../aspose.slides/shape/get_threedformat/)() override | Returns the [ThreeDFormat](../../aspose.slides/threedformat/) object that 3d effect properties for a shape. Note: can return null for certain types of shapes which don't have 3d properties. Read-only [IThreeDFormat](../../aspose.slides/ithreedformat/). |
7979
| [ChartType](../charttype/) [get_Type](./get_type/)() override | Returns the chart type. Read [ChartType](../charttype/). |
80-
| **uint32_t** [get_UniqueId](../../aspose.slides/shape/get_uniqueid/)() override | Gets unique shape identifier in presentation scope. Read-only **uint32_t**. See also [Shape::get_OfficeInteropShapeId](../../aspose.slides/shape/get_officeinteropshapeid/) for getting unique shape identifier in slide scope. |
80+
| **uint32_t** [get_UniqueId](../../aspose.slides/shape/get_uniqueid/)() override | Returns an internal, presentation-scoped identifier intended for use by add-ins or other code. Because this value can be reassigned by the user or programmatically, it must not be treated as a persistent unique key. Read-only **uint32_t**. See also [Shape::get_OfficeInteropShapeId](../../aspose.slides/shape/get_officeinteropshapeid/). |
8181
| [System::SharedPtr](../../system/sharedptr/)\<[IGroupShape](../../aspose.slides/igroupshape/)\> [get_UserShapes](./get_usershapes/)() override | Specify the shapes drawn on top of the chart. Read-only [IGroupShape](../../aspose.slides/igroupshape/). |
82-
| **float** [get_Width](../../aspose.slides/shape/get_width/)() override | Returns the width of the shape. Read **float**. |
83-
| **float** [get_X](../../aspose.slides/shape/get_x/)() override | Returns the x-coordinate of the upper-left corner of the shape. Read **float**. |
84-
| **float** [get_Y](../../aspose.slides/shape/get_y/)() override | Returns the y-coordinate of the upper-left corner of the shape. Read **float**. |
82+
| **float** [get_Width](../../aspose.slides/shape/get_width/)() override | Gets the width of the shape, measured in points. Read **float**. |
83+
| **float** [get_X](../../aspose.slides/shape/get_x/)() override | Gets the x-coordinate of the shape's upper-left corner, measured in points. Read **float**. |
84+
| **float** [get_Y](../../aspose.slides/shape/get_y/)() override | Gets the y-coordinate of the shape's upper-left corner, measured in points. Read **float**. |
8585
| **int32_t** [get_ZOrderPosition](../../aspose.slides/shape/get_zorderposition/)() override | Returns the position of a shape in the z-order. Shapes[0] returns the shape at the back of the z-order, and Shapes[Shapes.Count - 1] returns the shape at the front of the z-order. Read-only **int32_t**. |
8686
| [System::SharedPtr](../../system/sharedptr/)\<[IShape](../../aspose.slides/ishape/)\> [GetBasePlaceholder](../../aspose.slides/shape/getbaseplaceholder/)() override | Returns a basic placeholder shape (shape from the layout and/or master slide that the current shape is inherited from). |
8787
| Detail::SmartPtrCounter * [GetCounter](../../system/object/getcounter/)() | Gets reference counter data structure associated with the object. |
@@ -113,7 +113,7 @@ class Chart : public Aspose::Slides::GraphicalObject,
113113
| void [set_HasLegend](./set_haslegend/)(**bool**) override | Determines whether a chart has a legend. Write **bool**. |
114114
| void [set_HasRoundedCorners](./set_hasroundedcorners/)(**bool**) override | Specifies the chart area shall have rounded corners. Write **bool**. |
115115
| void [set_HasTitle](./set_hastitle/)(**bool**) override | Determines whether a chart has a visible title. Write **bool**. |
116-
| void [set_Height](../../aspose.slides/shape/set_height/)(**float**) override | Sets the height of the shape. Write **float**. |
116+
| void [set_Height](../../aspose.slides/shape/set_height/)(**float**) override | Sets the height of the shape, measured in points. Write **float**. |
117117
| void [set_Hidden](../../aspose.slides/shape/set_hidden/)(**bool**) override | Determines whether the shape is hidden. Write **bool**. |
118118
| void [set_HyperlinkClick](../../aspose.slides/shape/set_hyperlinkclick/)([System::SharedPtr](../../system/sharedptr/)\<[IHyperlink](../../aspose.slides/ihyperlink/)\>) override | Sets the hyperlink defined for mouse click. Write [IHyperlink](../../aspose.slides/ihyperlink/). |
119119
| void [set_HyperlinkMouseOver](../../aspose.slides/shape/set_hyperlinkmouseover/)([System::SharedPtr](../../system/sharedptr/)\<[IHyperlink](../../aspose.slides/ihyperlink/)\>) override | Sets the hyperlink defined for mouse over. Write [IHyperlink](../../aspose.slides/ihyperlink/). |
@@ -125,9 +125,9 @@ class Chart : public Aspose::Slides::GraphicalObject,
125125
| void [set_ShowDataLabelsOverMaximum](./set_showdatalabelsovermaximum/)(**bool**) override | Specifies data labels over the maximum of the chart shall be shown. Write **bool**. |
126126
| void [set_Style](./set_style/)([StyleType](../styletype/)) override | Sets the chart style. Write [StyleType](../styletype/). |
127127
| void [set_Type](./set_type/)([ChartType](../charttype/)) override | Sets the chart type. Write [ChartType](../charttype/). |
128-
| void [set_Width](../../aspose.slides/shape/set_width/)(**float**) override | Sets the width of the shape. Write **float**. |
129-
| void [set_X](../../aspose.slides/shape/set_x/)(**float**) override | Sets the x-coordinate of the upper-left corner of the shape. Write **float**. |
130-
| void [set_Y](../../aspose.slides/shape/set_y/)(**float**) override | Sets the y-coordinate of the upper-left corner of the shape. Write **float**. |
128+
| void [set_Width](../../aspose.slides/shape/set_width/)(**float**) override | Sets the width of the shape, measured in points. Write **float**. |
129+
| void [set_X](../../aspose.slides/shape/set_x/)(**float**) override | Sets the x-coordinate of the shape's upper-left corner, measured in points. Write **float**. |
130+
| void [set_Y](../../aspose.slides/shape/set_y/)(**float**) override | Sets the y-coordinate of the shape's upper-left corner, measured in points. Write **float**. |
131131
| virtual void [SetTemplateWeakPtr](../../system/object/settemplateweakptr/)(**uint32_t**) | Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. |
132132
| int [SharedCount](../../system/object/sharedcount/)() const | Gets current value of shared reference counter. |
133133
| [Object](../../system/object/) * [SharedRefAdded](../../system/object/sharedrefadded/)() | Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. |

0 commit comments

Comments
 (0)