Skip to content

Commit 5b5f22b

Browse files
Aspose.Slides for Python via .NET 25.7 API Reference
1 parent 036a712 commit 5b5f22b

File tree

83 files changed

+231
-150
lines changed

Some content is hidden

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

83 files changed

+231
-150
lines changed

content/python-net/english/aspose.slides.charts/chartdatapointcollection/_index.md

Lines changed: 34 additions & 34 deletions
Large diffs are not rendered by default.

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_area_series/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 10
1010

1111
## add_data_point_for_area_series {#ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Area subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeArea(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Area subtypes (see also [`ChartTypeCharacterizer.is_chart_type_area`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_area) method).
1414

1515
### Returns
1616

@@ -31,7 +31,7 @@ def add_data_point_for_area_series(self, value):
3131

3232
## add_data_point_for_area_series {#float}
3333
Creates the new data point and adds it to the end of collection.
34-
Applicable for series which chartType is one of Area subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeArea(Aspose.Slides.Chart** method).
34+
Applicable for series which chartType is one of Area subtypes (see also [`ChartTypeCharacterizer.is_chart_type_area`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_area) method).
3535

3636
### Returns
3737

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_bar_series/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 20
1010

1111
## add_data_point_for_bar_series {#ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Column or Bar subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeColumn(Aspose.Slides.Chart** and **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBar(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Column or Bar subtypes (see also [`ChartTypeCharacterizer.is_chart_type_column`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_column) and [`ChartTypeCharacterizer.is_chart_type_bar`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bar) method).
1414

1515
### Returns
1616

@@ -31,7 +31,7 @@ def add_data_point_for_bar_series(self, value):
3131

3232
## add_data_point_for_bar_series {#float}
3333
Creates the new data point and adds it to the end of collection.
34-
Applicable for series which chartType is one of Column or Bar subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeColumn(Aspose.Slides.Chart** and **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBar(Aspose.Slides.Chart** method).
34+
Applicable for series which chartType is one of Column or Bar subtypes (see also [`ChartTypeCharacterizer.is_chart_type_column`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_column) and [`ChartTypeCharacterizer.is_chart_type_bar`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bar) method).
3535

3636
### Returns
3737

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_bubble_series/_index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 40
1010

1111
## add_data_point_for_bubble_series {#ichartdatacell-ichartdatacell-ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
1414

1515
### Returns
1616

@@ -33,7 +33,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
3333

3434
## add_data_point_for_bubble_series {#float-ichartdatacell-ichartdatacell}
3535
Creates the new data point and adds it to the end of collection.
36-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
36+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
3737

3838
### Returns
3939

@@ -56,7 +56,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
5656

5757
## add_data_point_for_bubble_series {#str-ichartdatacell-ichartdatacell}
5858
Creates the new data point and adds it to the end of collection.
59-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
59+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
6060

6161
### Returns
6262

@@ -79,7 +79,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
7979

8080
## add_data_point_for_bubble_series {#ichartdatacell-float-ichartdatacell}
8181
Creates the new data point and adds it to the end of collection.
82-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
82+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
8383

8484
### Returns
8585

@@ -102,7 +102,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
102102

103103
## add_data_point_for_bubble_series {#float-float-ichartdatacell}
104104
Creates the new data point and adds it to the end of collection.
105-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
105+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
106106

107107
### Returns
108108

@@ -125,7 +125,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
125125

126126
## add_data_point_for_bubble_series {#str-float-ichartdatacell}
127127
Creates the new data point and adds it to the end of collection.
128-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
128+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
129129

130130
### Returns
131131

@@ -148,7 +148,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
148148

149149
## add_data_point_for_bubble_series {#ichartdatacell-ichartdatacell-float}
150150
Creates the new data point and adds it to the end of collection.
151-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
151+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
152152

153153
### Returns
154154

@@ -171,7 +171,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
171171

172172
## add_data_point_for_bubble_series {#float-ichartdatacell-float}
173173
Creates the new data point and adds it to the end of collection.
174-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
174+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
175175

176176
### Returns
177177

@@ -194,7 +194,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
194194

195195
## add_data_point_for_bubble_series {#str-ichartdatacell-float}
196196
Creates the new data point and adds it to the end of collection.
197-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
197+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
198198

199199
### Returns
200200

@@ -217,7 +217,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
217217

218218
## add_data_point_for_bubble_series {#ichartdatacell-float-float}
219219
Creates the new data point and adds it to the end of collection.
220-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
220+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
221221

222222
### Returns
223223

@@ -240,7 +240,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
240240

241241
## add_data_point_for_bubble_series {#float-float-float}
242242
Creates the new data point and adds it to the end of collection.
243-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
243+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
244244

245245
### Returns
246246

@@ -263,7 +263,7 @@ def add_data_point_for_bubble_series(self, x_value, y_value, bubble_size):
263263

264264
## add_data_point_for_bubble_series {#str-float-float}
265265
Creates the new data point and adds it to the end of collection.
266-
Applicable for series which chartType is one of Bubble subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeBubble(Aspose.Slides.Chart** method).
266+
Applicable for series which chartType is one of Bubble subtypes (see also [`ChartTypeCharacterizer.is_chart_type_bubble`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_bubble) method).
267267

268268
### Returns
269269

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_doughnut_series/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 50
1010

1111
## add_data_point_for_doughnut_series {#ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Doughnut subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeDoughnut(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Doughnut subtypes (see also [`ChartTypeCharacterizer.is_chart_type_doughnut`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_doughnut) method).
1414

1515
### Returns
1616

@@ -31,7 +31,7 @@ def add_data_point_for_doughnut_series(self, value):
3131

3232
## add_data_point_for_doughnut_series {#float}
3333
Creates the new data point and adds it to the end of collection.
34-
Applicable for series which chartType is one of Doughnut subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeDoughnut(Aspose.Slides.Chart** method).
34+
Applicable for series which chartType is one of Doughnut subtypes (see also [`ChartTypeCharacterizer.is_chart_type_doughnut`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_doughnut) method).
3535

3636
### Returns
3737

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_line_series/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 80
1010

1111
## add_data_point_for_line_series {#ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Line subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeLine(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Line subtypes (see also [`ChartTypeCharacterizer.is_chart_type_line`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_line) method).
1414

1515
### Returns
1616

@@ -31,7 +31,7 @@ def add_data_point_for_line_series(self, value):
3131

3232
## add_data_point_for_line_series {#float}
3333
Creates the new data point and adds it to the end of collection.
34-
Applicable for series which chartType is one of Line subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeLine(Aspose.Slides.Chart** method).
34+
Applicable for series which chartType is one of Line subtypes (see also [`ChartTypeCharacterizer.is_chart_type_line`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_line) method).
3535

3636
### Returns
3737

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_pie_series/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 100
1010

1111
## add_data_point_for_pie_series {#ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Pie subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypePie(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Pie subtypes (see also [`ChartTypeCharacterizer.is_chart_type_pie`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_pie) method).
1414

1515
### Returns
1616

@@ -31,7 +31,7 @@ def add_data_point_for_pie_series(self, value):
3131

3232
## add_data_point_for_pie_series {#float}
3333
Creates the new data point and adds it to the end of collection.
34-
Applicable for series which chartType is one of Pie subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypePie(Aspose.Slides.Chart** method).
34+
Applicable for series which chartType is one of Pie subtypes (see also [`ChartTypeCharacterizer.is_chart_type_pie`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_pie) method).
3535

3636
### Returns
3737

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_radar_series/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 110
1010

1111
## add_data_point_for_radar_series {#ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Radar subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeRadar(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Radar subtypes (see also [`ChartTypeCharacterizer.is_chart_type_radar`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_radar) method).
1414

1515
### Returns
1616

@@ -31,7 +31,7 @@ def add_data_point_for_radar_series(self, value):
3131

3232
## add_data_point_for_radar_series {#float}
3333
Creates the new data point and adds it to the end of collection.
34-
Applicable for series which chartType is one of Radar subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeRadar(Aspose.Slides.Chart** method).
34+
Applicable for series which chartType is one of Radar subtypes (see also [`ChartTypeCharacterizer.is_chart_type_radar`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_radar) method).
3535

3636
### Returns
3737

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_scatter_series/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 120
1010

1111
## add_data_point_for_scatter_series {#ichartdatacell-ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
13-
Applicable for series which chartType is one of Scatter subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart** method).
13+
Applicable for series which chartType is one of Scatter subtypes (see also [`ChartTypeCharacterizer.is_chart_type_scatter`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_scatter) method).
1414

1515
### Returns
1616

@@ -32,7 +32,7 @@ def add_data_point_for_scatter_series(self, x_value, y_value):
3232

3333
## add_data_point_for_scatter_series {#float-ichartdatacell}
3434
Creates the new data point and adds it to the end of collection.
35-
Applicable for series which chartType is one of Scatter subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart** method).
35+
Applicable for series which chartType is one of Scatter subtypes (see also [`ChartTypeCharacterizer.is_chart_type_scatter`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_scatter) method).
3636

3737
### Returns
3838

@@ -54,7 +54,7 @@ def add_data_point_for_scatter_series(self, x_value, y_value):
5454

5555
## add_data_point_for_scatter_series {#str-ichartdatacell}
5656
Creates the new data point and adds it to the end of collection.
57-
Applicable for series which chartType is one of Scatter subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart** method).
57+
Applicable for series which chartType is one of Scatter subtypes (see also [`ChartTypeCharacterizer.is_chart_type_scatter`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_scatter) method).
5858

5959
### Returns
6060

@@ -76,7 +76,7 @@ def add_data_point_for_scatter_series(self, x_value, y_value):
7676

7777
## add_data_point_for_scatter_series {#ichartdatacell-float}
7878
Creates the new data point and adds it to the end of collection.
79-
Applicable for series which chartType is one of Scatter subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart** method).
79+
Applicable for series which chartType is one of Scatter subtypes (see also [`ChartTypeCharacterizer.is_chart_type_scatter`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_scatter) method).
8080

8181
### Returns
8282

@@ -98,7 +98,7 @@ def add_data_point_for_scatter_series(self, x_value, y_value):
9898

9999
## add_data_point_for_scatter_series {#float-float}
100100
Creates the new data point and adds it to the end of collection.
101-
Applicable for series which chartType is one of Scatter subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart** method).
101+
Applicable for series which chartType is one of Scatter subtypes (see also [`ChartTypeCharacterizer.is_chart_type_scatter`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_scatter) method).
102102

103103
### Returns
104104

@@ -120,7 +120,7 @@ def add_data_point_for_scatter_series(self, x_value, y_value):
120120

121121
## add_data_point_for_scatter_series {#str-float}
122122
Creates the new data point and adds it to the end of collection.
123-
Applicable for series which chartType is one of Scatter subtypes (see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeScatter(Aspose.Slides.Chart** method).
123+
Applicable for series which chartType is one of Scatter subtypes (see also [`ChartTypeCharacterizer.is_chart_type_scatter`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_scatter) method).
124124

125125
### Returns
126126

content/python-net/english/aspose.slides.charts/chartdatapointcollection/add_data_point_for_stock_series/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ weight: 130
1111
## add_data_point_for_stock_series {#ichartdatacell}
1212
Creates the new data point and adds it to the end of collection.
1313
Applicable for series which chartType is one of Stock subtypes
14-
(see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeStock(Aspose.Slides.Chart** method).
14+
(see also [`ChartTypeCharacterizer.is_chart_type_stock`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_stock) method).
1515

1616
### Returns
1717

@@ -33,7 +33,7 @@ def add_data_point_for_stock_series(self, value):
3333
## add_data_point_for_stock_series {#float}
3434
Creates the new data point and adds it to the end of collection.
3535
Applicable for series which chartType is one of Stock subtypes
36-
(see also **Aspose.Slides.Charts.ChartTypeCharacterizer.IsChartTypeStock(Aspose.Slides.Chart** method).
36+
(see also [`ChartTypeCharacterizer.is_chart_type_stock`](/slides/python-net/aspose.slides.charts/charttypecharacterizer/is_chart_type_stock) method).
3737

3838
### Returns
3939

0 commit comments

Comments
 (0)