Skip to content

Commit 45da55e

Browse files
release Aspose.Cells for .NET 26.4
1 parent 3f7c039 commit 45da55e

80 files changed

Lines changed: 410 additions & 208 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/aspose.cells.charts/_index.md

Lines changed: 7 additions & 7 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 Aspose.Cells.Charts namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets
4+
description: The ltbgtAspose.Cells.Chartslt/bgt 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 **Aspose.Cells.Charts** namespace provides classes that allow to access and drawing charts and sparkline in Microsoft Excel spreadsheets.
8+
The <b>Aspose.Cells.Charts</b> namespace provides classes that allow access to and drawing of charts and sparkline in Microsoft Excel spreadsheets.
99

1010
## Classes
1111

@@ -15,12 +15,12 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
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 chart. |
18+
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating the 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 |
2222
| [ChartFrame](./chartframe/) | Encapsulates the object that represents the frame object in a chart. |
23-
| [ChartGlobalizationSettings](./chartglobalizationsettings/) | Represents the globalization settings for chart. |
23+
| [ChartGlobalizationSettings](./chartglobalizationsettings/) | Represents the globalization settings for a chart. |
2424
| [ChartPoint](./chartpoint/) | Represents a single point in a series in a chart. |
2525
| [ChartPointCollection](./chartpointcollection/) | Represents a collection that contains all the points in one series. |
2626
| [ChartTextFrame](./charttextframe/) | Encapsulates the object that represents the frame object which contains text. |
@@ -40,7 +40,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
4040
| [SeriesLayoutProperties](./serieslayoutproperties/) | Represents the properties of series layout. |
4141
| [Sparkline](./sparkline/) | A sparkline represents a tiny chart or graphic in a worksheet cell that provides a visual representation of data. |
4242
| [SparklineCollection](./sparklinecollection/) | Encapsulates a collection of [`Sparkline`](../aspose.cells.charts/sparkline/) objects. |
43-
| [SparklineGroup](./sparklinegroup/) | [`Sparkline`](../aspose.cells.charts/sparkline/) is organized into sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines. |
43+
| [SparklineGroup](./sparklinegroup/) | [`Sparkline`](../aspose.cells.charts/sparkline/) is organized into a sparkline group. A SparklineGroup contains a variable number of sparkline items. A sparkline group specifies the type, display settings and axis settings for the sparklines. |
4444
| [SparklineGroupCollection](./sparklinegroupcollection/) | Encapsulates a collection of [`SparklineGroup`](../aspose.cells.charts/sparklinegroup/) objects. |
4545
| [TickLabelItem](./ticklabelitem/) | Represents a tick label in the chart. |
4646
| [TickLabels](./ticklabels/) | Represents the tick-mark labels associated with tick marks on a chart axis. |
@@ -57,7 +57,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
5757
| [Bar3DShapeType](./bar3dshapetype/) | Represents the shape used with the 3-D bar or column chart. |
5858
| [BubbleSizeRepresents](./bubblesizerepresents/) | Represents what the bubble size represents on a bubble chart. |
5959
| [CategoryType](./categorytype/) | Represents the category axis type. |
60-
| [ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in Excel chart. |
60+
| [ChartColorPaletteType](./chartcolorpalettetype/) | Enumerates all Monochromatic Palettes used in an Excel chart. |
6161
| [ChartLineFormattingType](./chartlineformattingtype/) | Represents line format type of chart line. |
6262
| [ChartMarkerType](./chartmarkertype/) | Represents the marker style in a line chart, scatter chart, or radar chart. |
6363
| [ChartSplitType](./chartsplittype/) | Represents the way the two sections of either a pie of pie chart or a bar of pie chart are split. |
@@ -72,7 +72,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
7272
| [LabelPositionType](./labelpositiontype/) | Represents data label position type. |
7373
| [LegendPositionType](./legendpositiontype/) | Enumerates the legend position types. |
7474
| [MapChartLabelLayout](./mapchartlabellayout/) | Represents the layout of map chart's labels. |
75-
| [MapChartProjectionType](./mapchartprojectiontype/) | Represents projection type of the map chart. |
75+
| [MapChartProjectionType](./mapchartprojectiontype/) | Represents the projection type of the map chart. |
7676
| [MapChartRegionType](./mapchartregiontype/) | Represents the region type of the map chart. |
7777
| [PlotDataByType](./plotdatabytype/) | Represents the type of data plot by row or column. |
7878
| [PlotEmptyCellsType](./plotemptycellstype/) | Represents all plot empty cells type of a chart. |

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ public class AxisBins
1717

1818
| Name | Description |
1919
| --- | --- |
20-
| [Count](../../aspose.cells.charts/axisbins/count/) { get; set; } | Gets or set the count of axis bins |
20+
| [Count](../../aspose.cells.charts/axisbins/count/) { get; set; } | Gets or sets the count of axis bins |
2121
| [IsAutomatic](../../aspose.cells.charts/axisbins/isautomatic/) { getset; } | Indicates whether the axis bins are automatic. |
22-
| [IsByCategory](../../aspose.cells.charts/axisbins/isbycategory/) { getset; } | Indicates whether grouping data by category |
23-
| [Overflow](../../aspose.cells.charts/axisbins/overflow/) { getset; } | Gets or set the overflow of axis bins |
24-
| [Underflow](../../aspose.cells.charts/axisbins/underflow/) { getset; } | Gets or set the underflow of axis bins |
25-
| [Width](../../aspose.cells.charts/axisbins/width/) { getset; } | Gets or sets the width of axis bin |
22+
| [IsByCategory](../../aspose.cells.charts/axisbins/isbycategory/) { getset; } | Indicates whether grouping data by category is enabled. |
23+
| [Overflow](../../aspose.cells.charts/axisbins/overflow/) { getset; } | Gets or sets the overflow of axis bins |
24+
| [Underflow](../../aspose.cells.charts/axisbins/underflow/) { getset; } | Gets or sets the underflow of axis bins |
25+
| [Width](../../aspose.cells.charts/axisbins/width/) { getset; } | Gets or sets the width of the axis bin. |
2626

2727
## Methods
2828

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: AxisBins.Count
33
second_title: Aspose.Cells for .NET API Reference
4-
description: AxisBins property. Gets or set the count of axis bins
4+
description: AxisBins property. Gets or sets the count of axis bins
55
type: docs
66
url: /net/aspose.cells.charts/axisbins/count/
77
---
88
## AxisBins.Count property
99

10-
Gets or set the count of axis bins
10+
Gets or sets the count of axis bins
1111

1212
```csharp
1313
public int Count { get; set; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: AxisBins.IsByCategory
33
second_title: Aspose.Cells for .NET API Reference
4-
description: AxisBins property. Indicates whether grouping data by category
4+
description: AxisBins property. Indicates whether grouping data by category is enabled
55
type: docs
66
url: /net/aspose.cells.charts/axisbins/isbycategory/
77
---
88
## AxisBins.IsByCategory property
99

10-
Indicates whether grouping data by category
10+
Indicates whether grouping data by category is enabled.
1111

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: AxisBins.Overflow
33
second_title: Aspose.Cells for .NET API Reference
4-
description: AxisBins property. Gets or set the overflow of axis bins
4+
description: AxisBins property. Gets or sets the overflow of axis bins
55
type: docs
66
url: /net/aspose.cells.charts/axisbins/overflow/
77
---
88
## AxisBins.Overflow property
99

10-
Gets or set the overflow of axis bins
10+
Gets or sets the overflow of axis bins
1111

1212
```csharp
1313
public double Overflow { get; set; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: AxisBins.Underflow
33
second_title: Aspose.Cells for .NET API Reference
4-
description: AxisBins property. Gets or set the underflow of axis bins
4+
description: AxisBins property. Gets or sets the underflow of axis bins
55
type: docs
66
url: /net/aspose.cells.charts/axisbins/underflow/
77
---
88
## AxisBins.Underflow property
99

10-
Gets or set the underflow of axis bins
10+
Gets or sets the underflow of axis bins
1111

1212
```csharp
1313
public double Underflow { get; set; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: AxisBins.Width
33
second_title: Aspose.Cells for .NET API Reference
4-
description: AxisBins property. Gets or sets the width of axis bin
4+
description: AxisBins property. Gets or sets the width of the axis bin
55
type: docs
66
url: /net/aspose.cells.charts/axisbins/width/
77
---
88
## AxisBins.Width property
99

10-
Gets or sets the width of axis bin
10+
Gets or sets the width of the axis bin.
1111

1212
```csharp
1313
public double Width { get; set; }

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 chart
4+
description: Aspose.Cells.Charts.ChartCalculateOptions class. Represents the options for calculating the chart
55
type: docs
66
url: /net/aspose.cells.charts/chartcalculateoptions/
77
---
88
## ChartCalculateOptions class
99

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

1212
```csharp
1313
public class ChartCalculateOptions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Enum ChartColorPaletteType
33
second_title: Aspose.Cells for .NET API Reference
4-
description: Aspose.Cells.Charts.ChartColorPaletteType enum. Enumerates all Monochromatic Palettes used in Excel chart
4+
description: Aspose.Cells.Charts.ChartColorPaletteType enum. Enumerates all Monochromatic Palettes used in an Excel chart
55
type: docs
66
url: /net/aspose.cells.charts/chartcolorpalettetype/
77
---
88
## ChartColorPaletteType enumeration
99

10-
Enumerates all Monochromatic Palettes used in Excel chart.
10+
Enumerates all Monochromatic Palettes used in an Excel chart.
1111

1212
```csharp
1313
public enum ChartColorPaletteType

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

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

10-
Represents the globalization settings for chart.
10+
Represents the globalization settings for a chart.
1111

1212
```csharp
1313
public class ChartGlobalizationSettings

0 commit comments

Comments
 (0)