Skip to content

Commit bba0e8a

Browse files
release Aspose.Cells for .NET 26.5
1 parent 841bfff commit bba0e8a

70 files changed

Lines changed: 637 additions & 275 deletions

File tree

Some content is hidden

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

english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ is_root: true
1212
| Namespace | Description |
1313
| --- | --- |
1414
| [Aspose.Cells](./aspose.cells/) | The **Aspose.Cells** namespace provides fundamental and base classes for generating, converting, modifying, rendering and printing Spreadsheets without utilizing Microsoft Excel. For example, [`Workbook`](aspose.cells/workbook/) class is the main entry to create or load and then manipulate a spreadsheet file, [`Cells`](aspose.cells/cells/) class is the main class to manipulate all data and properties in a sheet, ...etc. |
15-
| [Aspose.Cells.Charts](./aspose.cells.charts/) | The **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets. |
15+
| [Aspose.Cells.Charts](./aspose.cells.charts/) | The **Aspose.Cells.Charts** namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets. |
1616
| [Aspose.Cells.DataModels](./aspose.cells.datamodels/) | The **Aspose.Cells.DataModels** namespace provides classes to access and update data models of the workbook. |
1717
| [Aspose.Cells.DigitalSignatures](./aspose.cells.digitalsignatures/) | The **Aspose.Cells.DigitalSignatures** namespace provides classes to sign documents and verify signatures. |
1818
| [Aspose.Cells.Drawing](./aspose.cells.drawing/) | The **Aspose.Cells.Drawing** namespace provides classes that allow to create and modify drawing shapes, form controls, and more advanced drawing objects. |

english/net/aspose.cells.charts/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Aspose.Cells.Charts
33
second_title: Aspose.Cells for .NET API Reference
4-
description: The ltbgtAspose.Cells.Chartslt/bgt namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets
4+
description: The Aspose.Cells.Charts namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets
55
type: docs
66
url: /net/aspose.cells.charts/
77
---
8-
The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets.
8+
The **Aspose.Cells.Charts** namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets.
99

1010
## Classes
1111

@@ -15,7 +15,7 @@ The <b>Aspose.Cells.Charts</b> namespace provides classes that allow
1515
| [AxisBins](./axisbins/) | Represents axis bins |
1616
| [Chart](./chart/) | Encapsulates the object that represents a single Excel chart. |
1717
| [ChartArea](./chartarea/) | Encapsulates the object that represents the chart area in the worksheet. |
18-
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the chart. |
18+
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating a chart. |
1919
| [ChartCollection](./chartcollection/) | Encapsulates a collection of [`Chart`](../aspose.cells.charts/chart/) objects. |
2020
| [ChartDataTable](./chartdatatable/) | Represents a chart data table. |
2121
| [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value |

english/net/aspose.cells.charts/chartcalculateoptions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Class ChartCalculateOptions
33
second_title: Aspose.Cells for .NET API Reference
4-
description: Aspose.Cells.Charts.ChartCalculateOptions class. Represents the options for calculating the chart
4+
description: Aspose.Cells.Charts.ChartCalculateOptions class. Represents the options for calculating a chart
55
type: docs
66
url: /net/aspose.cells.charts/chartcalculateoptions/
77
---
88
## ChartCalculateOptions class
99

10-
Represents the options for calculating the chart.
10+
Represents the options for calculating a chart.
1111

1212
```csharp
1313
public class ChartCalculateOptions

english/net/aspose.cells.charts/charttextframe/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ChartTextFrame : ChartFrame
3939
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { getset; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
4040
| virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { getset; } | Indicates the text is auto generated. |
4141
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
42-
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data labels are deleted. |
42+
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data label is deleted. |
4343
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { getset; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) |
4444
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { getset; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside. |
4545
| virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { getset; } | Gets or sets a value indicating whether the text is wrapped. |

english/net/aspose.cells.charts/charttextframe/isdeleted/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: ChartTextFrame.IsDeleted
33
second_title: Aspose.Cells for .NET API Reference
4-
description: ChartTextFrame property. Indicates whether this data labels are deleted
4+
description: ChartTextFrame property. Indicates whether this data label is deleted
55
type: docs
66
url: /net/aspose.cells.charts/charttextframe/isdeleted/
77
---
88
## ChartTextFrame.IsDeleted property
99

10-
Indicates whether this data labels are deleted.
10+
Indicates whether this data label is deleted.
1111

1212
```csharp
1313
public bool IsDeleted { get; set; }

english/net/aspose.cells.charts/datalabels/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class DataLabels : ChartTextFrame
3939
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { getset; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
4040
| override [IsAutoText](../../aspose.cells.charts/datalabels/isautotext/) { getset; } | Indicates the text is auto generated. |
4141
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
42-
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
42+
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data label is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
4343
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { getset; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) |
4444
| [IsNeverOverlap](../../aspose.cells.charts/datalabels/isneveroverlap/) { getset; } | Indicates whether datalabels never overlap when performing Pie Chart to image. Note: this property is only meaningful when Pie Chart to image. |
4545
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { getset; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.(Inherited from [`ChartTextFrame`](../charttextframe/).) |

english/net/aspose.cells.charts/displayunitlabel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class DisplayUnitLabel : ChartTextFrame
3939
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { getset; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
4040
| virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { getset; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
4141
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
42-
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
42+
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data label is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
4343
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { getset; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) |
4444
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { getset; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
4545
| virtual [IsTextWrapped](../../aspose.cells.charts/charttextframe/istextwrapped/) { getset; } | Gets or sets a value indicating whether the text is wrapped.(Inherited from [`ChartTextFrame`](../charttextframe/).) |

english/net/aspose.cells.charts/labelpositiontype/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ public enum LabelPositionType
1818
| Name | Value | Description |
1919
| --- | --- | --- |
2020
| Center | `0` | Applies only to bar, 2D/3D pie charts |
21-
| InsideBase | `1` | Applies only to bar, 2d/3d pie charts |
21+
| InsideBase | `1` | Applies only to bar, 2D/3D pie charts |
2222
| InsideEnd | `2` | Applies only to bar charts |
2323
| OutsideEnd | `3` | Applies only to bar, 2d/3d pie charts |
2424
| Above | `4` | Applies only to line charts |
2525
| Below | `5` | Applies only to line charts |
2626
| Left | `6` | Applies only to line charts |
2727
| Right | `7` | Applies only to line charts |
2828
| BestFit | `8` | Applies only to 2D/3D pie charts |
29-
| Moved | `9` | User moved the data labels only for reading the chart from the template file. |
29+
| Moved | `9` | User moved the data labels. This is only for reading chart from template file. |
3030

3131
### Examples
3232

english/net/aspose.cells.charts/legend/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Legend : ChartTextFrame
3939
| virtual [IsAutomaticSize](../../aspose.cells.charts/chartframe/isautomaticsize/) { getset; } | Indicates whether the chart frame is automatic sized.(Inherited from [`ChartFrame`](../chartframe/).) |
4040
| virtual [IsAutoText](../../aspose.cells.charts/charttextframe/isautotext/) { getset; } | Indicates the text is auto generated.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
4141
| [IsDefaultPosBeSet](../../aspose.cells.charts/chartframe/isdefaultposbeset/) { get; } | Indicates whether default position(DefaultX, DefaultY, DefaultWidth and DefaultHeight) are set.(Inherited from [`ChartFrame`](../chartframe/).) |
42-
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data labels are deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
42+
| [IsDeleted](../../aspose.cells.charts/charttextframe/isdeleted/) { getset; } | Indicates whether this data label is deleted.(Inherited from [`ChartTextFrame`](../charttextframe/).) |
4343
| [IsInnerMode](../../aspose.cells.charts/chartframe/isinnermode/) { getset; } | Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.(Inherited from [`ChartFrame`](../chartframe/).) |
4444
| [IsOverLay](../../aspose.cells.charts/legend/isoverlay/) { getset; } | Gets or sets whether showing the legend without overlapping the chart. |
4545
| [IsResizeShapeToFitText](../../aspose.cells.charts/charttextframe/isresizeshapetofittext/) { getset; } | Gets or sets whether a shape should be auto-fit to fully contain the text described within it. Auto-fitting is when text within a shape is scaled in order to contain all the text inside.(Inherited from [`ChartTextFrame`](../charttextframe/).) |

english/net/aspose.cells.charts/mapchartlabellayout/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ public enum MapChartLabelLayout
1717

1818
| Name | Value | Description |
1919
| --- | --- | --- |
20-
| BestFitOnly | `0` | Only the best fit. |
20+
| BestFitOnly | `0` | Only the best fit is used. |
2121
| ShowAll | `1` | Shows all labels. |
22-
| None | `2` | No labels. |
22+
| None | `2` | There are no labels. |
2323

2424
### Examples
2525

0 commit comments

Comments
 (0)