Skip to content

Commit 8abc660

Browse files
Aspose.Slides for Python via .NET 25.1 API Reference
1 parent 16eeae8 commit 8abc660

File tree

135 files changed

+1244
-112
lines changed

Some content is hidden

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

135 files changed

+1244
-112
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The ChartSeries type exposes the following members:
5252
| [`gap_depth`](/slides/python-net/aspose.slides.charts/chartseries/gap_depth/) | Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.GapDepth read/write property for change value.<br/> Read-only **int**. |
5353
| [`first_slice_angle`](/slides/python-net/aspose.slides.charts/chartseries/first_slice_angle/) | Specifies the angle of the first pie or doughnut chart slice, <br/> in degrees (clockwise from up, from 0 to 360 degrees).<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.FirstSliceAngle read/write property for change value.<br/> Read-only **int**. |
5454
| [`doughnut_hole_size`](/slides/python-net/aspose.slides.charts/chartseries/doughnut_hole_size/) | Specifies the size of the hole in a doughnut chart (can be between 10 and 90 percents <br/> of the size of the plot area.).<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.DoughnutHoleSize read/write property for change value.<br/> Read-only **int**. |
55-
| [`overlap`](/slides/python-net/aspose.slides.charts/chartseries/overlap/) | Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.Overlap read/write property for change value.<br/> Read-only **int**. |
55+
| [`overlap`](/slides/python-net/aspose.slides.charts/chartseries/overlap/) | Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%). <br/> This is the property not only of this series but of all series of parent series group. <br/> It is a projection of the appropriate property in the parent series group, and so this property is read-only.<br/> To change the value, use the **ParentSeriesGroup.Overlap** read/write property.<br/> Read-only **int**. |
5656
| [`second_pie_size`](/slides/python-net/aspose.slides.charts/chartseries/second_pie_size/) | Specifies the size of the second pie or bar of a pie-of-pie chart or <br/> a bar-of-pie chart, as a percentage of the size of the first pie (can <br/> be between 5 and 200 percents).<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.SecondPieSize read/write property for change value.<br/> Read-only **int**. |
5757
| [`has_series_lines`](/slides/python-net/aspose.slides.charts/chartseries/has_series_lines/) | Determines whether there are series lines for this series and kindred series.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.HasSeriesLines read/write property for change value.<br/> Use ParentSeriesGroup.SeriesLinesFormat property for format series lines.<br/> Read-only **bool**. |
5858
| [`bubble_size_representation`](/slides/python-net/aspose.slides.charts/chartseries/bubble_size_representation/) | Specifies how the bubble size values are represented on the bubble chart.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.BubbleSizeRepresentation read/write property for change value. |

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ weight: 310
99

1010

1111
## overlap property
12-
Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).
13-
This is the property not only of this series but of all series of parent series
14-
group - this is projection of appropriate group property. And so this property
15-
is read-only.
16-
Use ParentSeriesGroup property for access to parent series group.
17-
Use ParentSeriesGroup.Overlap read/write property for change value.
12+
Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%).
13+
This is the property not only of this series but of all series of parent series group.
14+
It is a projection of the appropriate property in the parent series group, and so this property is read-only.
15+
To change the value, use the **ParentSeriesGroup.Overlap** read/write property.
1816
Read-only **int**.
1917

2018

2119
### Remarks
2220

23-
This is the projection of the property ParentSeriesGroup.Overlap.
21+
Overlap specifies the degree of overlap or spacing between bars and columns as a percentage of their width:
22+
- -100%: Maximum spacing (bars are completely separated).
23+
- 0%: Bars are placed side by side without overlap or spacing.
24+
- 100%: Maximum overlap (bars completely overlap each other).
25+
This is a projection of the property **ParentSeriesGroup.Overlap**.
2426

2527
### Definition:
2628
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The ChartSeriesGroup type exposes the following members:
2525
| [`gap_depth`](/slides/python-net/aspose.slides.charts/chartseriesgroup/gap_depth/) | Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.<br/> Read/write **int**. |
2626
| [`first_slice_angle`](/slides/python-net/aspose.slides.charts/chartseriesgroup/first_slice_angle/) | Gets or sets the angle of the first pie or doughnut chart slice, <br/> in degrees (clockwise from up, from 0 to 360 degrees).<br/> Read/write **int**. |
2727
| [`doughnut_hole_size`](/slides/python-net/aspose.slides.charts/chartseriesgroup/doughnut_hole_size/) | Specifies the size of the hole in a doughnut chart (can be between 0 and 90 percents <br/> of the size of the plot area.).<br/> Read/write **int**. |
28-
| [`overlap`](/slides/python-net/aspose.slides.charts/chartseriesgroup/overlap/) | Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).<br/> Read/write **int**. |
28+
| [`overlap`](/slides/python-net/aspose.slides.charts/chartseriesgroup/overlap/) | Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%).<br/> - -100%: Maximum spacing (bars are completely separated).<br/> - 0%: Bars are placed side by side without overlap or spacing.<br/> - 100%: Maximum overlap (bars completely overlap each other).<br/> This property is read/write **int**. |
2929
| [`second_pie_size`](/slides/python-net/aspose.slides.charts/chartseriesgroup/second_pie_size/) | Specifies the size of the second pie or bar of a pie-of-pie chart or <br/> a bar-of-pie chart, as a percentage of the size of the first pie (can <br/> be between 5 and 200 percents).<br/> Read/write **int**. |
3030
| [`bubble_size_representation`](/slides/python-net/aspose.slides.charts/chartseriesgroup/bubble_size_representation/) | Specifies how the bubble size values are represented on the bubble chart.<br/> Read/write [`BubbleSizeRepresentationType`](/slides/python-net/aspose.slides.charts/bubblesizerepresentationtype). |
3131
| [`pie_split_position`](/slides/python-net/aspose.slides.charts/chartseriesgroup/pie_split_position/) | Specifies a value that shall be used to determine which data points <br/> are in the second pie or bar on a pie-of-pie or bar-of-pie chart. <br/> Is used together with PieSplitBy property.<br/> Read/write **float**. |

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ weight: 150
99

1010

1111
## overlap property
12-
Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).
13-
Read/write **int**.
12+
Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%).
13+
- -100%: Maximum spacing (bars are completely separated).
14+
- 0%: Bars are placed side by side without overlap or spacing.
15+
- 100%: Maximum overlap (bars completely overlap each other).
16+
This property is read/write **int**.
1417

1518
### Definition:
1619
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The IChartSeries type exposes the following members:
5252
| [`gap_depth`](/slides/python-net/aspose.slides.charts/ichartseries/gap_depth/) | Returns or sets the distance, as a percentage of the marker width, between the data series in a 3D chart.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.GapDepth read/write property for change value.<br/> Read-only **int**. |
5353
| [`is_color_varied`](/slides/python-net/aspose.slides.charts/ichartseries/is_color_varied/) | Specifies that each data marker in the series has a different color.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.IsColorVaried read/write property for change value.<br/> Read-only **bool**. |
5454
| [`has_series_lines`](/slides/python-net/aspose.slides.charts/ichartseries/has_series_lines/) | Determines whether there are series lines for this series and kindred series.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.HasSeriesLines read/write property for change value.<br/> Use ParentSeriesGroup.SeriesLinesFormat property for format series lines.<br/> Read-only **bool**. |
55-
| [`overlap`](/slides/python-net/aspose.slides.charts/ichartseries/overlap/) | Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.Overlap read/write property for change value.<br/> Read-only **int**. |
55+
| [`overlap`](/slides/python-net/aspose.slides.charts/ichartseries/overlap/) | Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%). <br/> This is the property not only of this series but of all series of parent series group. <br/> It is a projection of the appropriate property in the parent series group, and so this property is read-only.<br/> To change the value, use the ParentSeriesGroup.Overlap read/write property.<br/> Read-only **int**. |
5656
| [`second_pie_size`](/slides/python-net/aspose.slides.charts/ichartseries/second_pie_size/) | Specifies the size of the second pie or bar of a pie-of-pie chart or <br/> a bar-of-pie chart, as a percentage of the size of the first pie (can <br/> be between 5 and 200 percents).<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.SecondPieSize read/write property for change value.<br/> Read-only **int**. |
5757
| [`pie_split_position`](/slides/python-net/aspose.slides.charts/ichartseries/pie_split_position/) | Specifies a value that shall be used to determine which data points <br/> are in the second pie or bar on a pie-of-pie or bar-of-pie chart. <br/> Is used together with PieSplitBy property.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.PieSplitPosition read/write property for change value.<br/> Read-only **float**. |
5858
| [`pie_split_by`](/slides/python-net/aspose.slides.charts/ichartseries/pie_split_by/) | Specifies how to determine which data points are in the second pie or bar <br/> on a pie-of-pie or bar-of-pie chart.<br/> This is the property not only of this series but of all series of parent series <br/> group - this is projection of appropriate group property. And so this property <br/> is read-only.<br/> Use ParentSeriesGroup property for access to parent series group.<br/> Use ParentSeriesGroup.PieSplitBy read/write property for change value.<br/> Read-only [`PieSplitType`](/slides/python-net/aspose.slides.charts/piesplittype). |

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ weight: 310
99

1010

1111
## overlap property
12-
Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).
13-
This is the property not only of this series but of all series of parent series
14-
group - this is projection of appropriate group property. And so this property
15-
is read-only.
16-
Use ParentSeriesGroup property for access to parent series group.
17-
Use ParentSeriesGroup.Overlap read/write property for change value.
12+
Specifies how much bars and columns overlap on 2-D charts, as a percentage (from -100% to 100%).
13+
This is the property not only of this series but of all series of parent series group.
14+
It is a projection of the appropriate property in the parent series group, and so this property is read-only.
15+
To change the value, use the ParentSeriesGroup.Overlap read/write property.
1816
Read-only **int**.
1917

2018

2119
### Remarks
2220

23-
This is the projection of the property ParentSeriesGroup.Overlap.
21+
Overlap specifies the degree of overlap or spacing between bars and columns as a percentage of their width:
22+
- -100%: Maximum spacing (bars are completely separated).
23+
- 0%: Bars are placed side by side without overlap or spacing.
24+
- 100%: Maximum overlap (bars completely overlap each other).
25+
This is a projection of the property ParentSeriesGroup.Overlap.
2426

2527
### Definition:
2628
```python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The IChartSeriesGroup type exposes the following members:
2626
| [`first_slice_angle`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/first_slice_angle/) | Gets or sets the angle of the first pie or doughnut chart slice, <br/> in degrees (clockwise from up, from 0 to 360 degrees).<br/> Read/write **int**. |
2727
| [`is_color_varied`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/is_color_varied/) | Specifies that each data marker in the series has a different color.<br/> Read/write **bool**. |
2828
| [`has_series_lines`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/has_series_lines/) | True if chart has series lines. Applied to stacked bar and OfPie charts.<br/> Read/write **bool**. |
29-
| [`overlap`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/overlap/) | Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).<br/> Read/write **int**. |
29+
| [`overlap`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/overlap/) | Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%).<br/> - -100%: Maximum spacing (bars are completely separated).<br/> - 0%: Bars are placed side by side without overlap or spacing.<br/> - 100%: Maximum overlap (bars completely overlap each other).<br/> This property is read/write **int**. |
3030
| [`second_pie_size`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/second_pie_size/) | Specifies the size of the second pie or bar of a pie-of-pie chart or <br/> a bar-of-pie chart, as a percentage of the size of the first pie (can <br/> be between 5 and 200 percents).<br/> Read/write **int**. |
3131
| [`pie_split_position`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/pie_split_position/) | Specifies a value that shall be used to determine which data points <br/> are in the second pie or bar on a pie-of-pie or bar-of-pie chart. <br/> Is used together with PieSplitBy property.<br/> Read/write **float**. |
3232
| [`pie_split_by`](/slides/python-net/aspose.slides.charts/ichartseriesgroup/pie_split_by/) | Specifies how to determine which data points are in the second pie or bar <br/> on a pie-of-pie or bar-of-pie chart.<br/> Read/write [`PieSplitType`](/slides/python-net/aspose.slides.charts/piesplittype). |

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ weight: 150
99

1010

1111
## overlap property
12-
Specifies how much bars and columns shall overlap on 2-D charts (from -100 to 100).
13-
Read/write **int**.
12+
Specifies how much bars and columns shall overlap on 2-D charts, as a percentage (from -100% to 100%).
13+
- -100%: Maximum spacing (bars are completely separated).
14+
- 0%: Bars are placed side by side without overlap or spacing.
15+
- 100%: Maximum overlap (bars completely overlap each other).
16+
This property is read/write **int**.
1417

1518
### Definition:
1619
```python

0 commit comments

Comments
 (0)