Skip to content

Commit 687e102

Browse files
release Aspose.Cells for .NET 25.12
1 parent a8e7176 commit 687e102

File tree

83 files changed

+754
-214
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

+754
-214
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The **Aspose.Cells.Charts** namespace provides classes that allow to access and
1818
| [ChartCalculateOptions](./chartcalculateoptions/) | Represents the options for calculating chart. |
1919
| [ChartCollection](./chartcollection/) | Encapsulates a collection of [`Chart`](../aspose.cells.charts/chart/) objects. |
2020
| [ChartDataTable](./chartdatatable/) | Represents a chart data table. |
21+
| [ChartDataValue](./chartdatavalue/) | Encapsulates chart data value |
2122
| [ChartFrame](./chartframe/) | Encapsulates the object that represents the frame object in a chart. |
2223
| [ChartGlobalizationSettings](./chartglobalizationsettings/) | Represents the globalization settings for chart. |
2324
| [ChartPoint](./chartpoint/) | Represents a single point in a series in a chart. |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Axis
2323
| [AxisLine](../../aspose.cells.charts/axis/axisline/) { get; } | Gets the appearance of an Axis. |
2424
| [BaseUnitScale](../../aspose.cells.charts/axis/baseunitscale/) { getset; } | Represents the base unit scale for the category axis. |
2525
| [Bins](../../aspose.cells.charts/axis/bins/) { get; } | Represents bins on a chart(Histogram/Pareto) axis |
26-
| [CategoryType](../../aspose.cells.charts/axis/categorytype/) { getset; } | Represents the category axis type. |
26+
| [CategoryType](../../aspose.cells.charts/axis/categorytype/) { getset; } | Represents the type of the category axis. |
2727
| [CrossAt](../../aspose.cells.charts/axis/crossat/) { getset; } | Represents the point on the value axis where the category axis crosses it. |
2828
| [CrossType](../../aspose.cells.charts/axis/crosstype/) { getset; } | Represents the [`CrossType`](./crosstype/) on the specified axis where the other axis crosses. |
2929
| [CustomDisplayUnit](../../aspose.cells.charts/axis/customdisplayunit/) { getset; } | Specifies a custom value for the display unit. |
@@ -41,7 +41,7 @@ public class Axis
4141
| [IsLogarithmic](../../aspose.cells.charts/axis/islogarithmic/) { getset; } | Represents if the value axis scale type is logarithmic or not. |
4242
| [IsPlotOrderReversed](../../aspose.cells.charts/axis/isplotorderreversed/) { getset; } | Represents if Microsoft Excel plots data points from last to first. |
4343
| [IsVisible](../../aspose.cells.charts/axis/isvisible/) { getset; } | Represents if the axis is visible. |
44-
| [LogBase](../../aspose.cells.charts/axis/logbase/) { getset; } | Represents the logarithmic base. Default value is 10.Only applies for Excel2007. |
44+
| [LogBase](../../aspose.cells.charts/axis/logbase/) { getset; } | Represents the logarithmic base. Default value is 10. |
4545
| [MajorGridLines](../../aspose.cells.charts/axis/majorgridlines/) { get; } | Represents major gridlines on a chart axis. |
4646
| [MajorTickMark](../../aspose.cells.charts/axis/majortickmark/) { getset; } | Represents the type of major tick mark for the specified axis. |
4747
| [MajorUnit](../../aspose.cells.charts/axis/majorunit/) { getset; } | Represents the major units for the axis. |
@@ -56,7 +56,7 @@ public class Axis
5656
| [TickLabels](../../aspose.cells.charts/axis/ticklabels/) { get; } | Returns a [`TickLabels`](./ticklabels/) object that represents the tick-mark labels for the specified axis. |
5757
| [TickLabelSpacing](../../aspose.cells.charts/axis/ticklabelspacing/) { getset; } | Represents the number of categories or series between tick-mark labels. Applies only to category and series axes. |
5858
| [TickMarkSpacing](../../aspose.cells.charts/axis/tickmarkspacing/) { getset; } | Returns or sets the number of categories or series between tick marks. Applies only to category and series axes. |
59-
| [Title](../../aspose.cells.charts/axis/title/) { get; } | Gets the axis' title. |
59+
| [Title](../../aspose.cells.charts/axis/title/) { get; } | Gets the title of this axis in the chart. |
6060

6161
## Methods
6262

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Axis.CategoryType
33
second_title: Aspose.Cells for .NET API Reference
4-
description: Axis property. Represents the category axis type
4+
description: Axis property. Represents the type of the category axis
55
type: docs
66
url: /net/aspose.cells.charts/axis/categorytype/
77
---
88
## Axis.CategoryType property
99

10-
Represents the category axis type.
10+
Represents the type of the category axis.
1111

1212
```csharp
1313
public CategoryType CategoryType { get; set; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Axis.LogBase
33
second_title: Aspose.Cells for .NET API Reference
4-
description: Axis property. Represents the logarithmic base. Default value is 10.Only applies for Excel2007
4+
description: Axis property. Represents the logarithmic base. Default value is 10
55
type: docs
66
url: /net/aspose.cells.charts/axis/logbase/
77
---
88
## Axis.LogBase property
99

10-
Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
10+
Represents the logarithmic base. Default value is 10.
1111

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Axis.Title
33
second_title: Aspose.Cells for .NET API Reference
4-
description: Axis property. Gets the axis title
4+
description: Axis property. Gets the title of this axis in the chart
55
type: docs
66
url: /net/aspose.cells.charts/axis/title/
77
---
88
## Axis.Title property
99

10-
Gets the axis' title.
10+
Gets the title of this axis in the chart.
1111

1212
```csharp
1313
public Title Title { get; }
@@ -49,7 +49,7 @@ namespace AsposeCellsExamples
4949
// Configure titles
5050
chart.Title.Text = "Sample Chart";
5151
chart.Title.IsVisible = true;
52-
chart.Title.Font.Name = "Aktiv Grotesk";
52+
chart.Title.Font.Name = "Arial";
5353
chart.Title.Font.Size = 14;
5454

5555
// Configure axis titles
@@ -59,7 +59,7 @@ namespace AsposeCellsExamples
5959

6060
chart.ValueAxis.Title.Text = "Values";
6161
chart.ValueAxis.Title.IsVisible = true;
62-
chart.ValueAxis.Title.Font.Name = "Aktiv Grotesk";
62+
chart.ValueAxis.Title.Font.Name = "Arial";
6363

6464
// Save the workbook
6565
workbook.Save("AxisPropertyTitleDemo_Output.xlsx");

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ url: /net/aspose.cells.charts/chart/move/
1010
Moves the chart to a specified location.
1111

1212
```csharp
13-
public void Move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
13+
public void Move(int topRow, int leftColumn, int bottomRow, int rightColumn)
1414
```
1515

1616
| Parameter | Type | Description |
1717
| --- | --- | --- |
18-
| upperLeftColumn | Int32 | Upper left column index. |
19-
| upperLeftRow | Int32 | Upper left row index. |
20-
| lowerRightColumn | Int32 | Lower right column index |
21-
| lowerRightRow | Int32 | Lower right row index |
18+
| leftColumn | Int32 | Upper left column index. |
19+
| topRow | Int32 | Upper left row index. |
20+
| rightColumn | Int32 | Lower right column index |
21+
| bottomRow | Int32 | Lower right row index |
2222

2323
### Examples
2424

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ url: /net/aspose.cells.charts/chartcollection/add/
1010
Adds a chart to the collection.
1111

1212
```csharp
13-
public int Add(ChartType type, int upperLeftRow, int upperLeftColumn, int lowerRightRow,
14-
int lowerRightColumn)
13+
public int Add(ChartType type, int topRow, int leftColumn, int bottomRow, int rightColumn)
1514
```
1615

1716
| Parameter | Type | Description |
1817
| --- | --- | --- |
1918
| type | ChartType | Chart type |
20-
| upperLeftRow | Int32 | Upper left row index. |
21-
| upperLeftColumn | Int32 | Upper left column index. |
22-
| lowerRightRow | Int32 | Lower right row index |
23-
| lowerRightColumn | Int32 | Lower right column index |
19+
| topRow | Int32 | Upper left row index. |
20+
| leftColumn | Int32 | Upper left column index. |
21+
| bottomRow | Int32 | Lower right row index |
22+
| rightColumn | Int32 | Lower right column index |
2423

2524
### Return Value
2625

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Class ChartDataValue
3+
second_title: Aspose.Cells for .NET API Reference
4+
description: Aspose.Cells.Charts.ChartDataValue class. Encapsulates chart data value
5+
type: docs
6+
url: /net/aspose.cells.charts/chartdatavalue/
7+
---
8+
## ChartDataValue class
9+
10+
Encapsulates chart data value
11+
12+
```csharp
13+
public class ChartDataValue
14+
```
15+
16+
## Properties
17+
18+
| Name | Description |
19+
| --- | --- |
20+
| [BoolValue](../../aspose.cells.charts/chartdatavalue/boolvalue/) { get; } | Gets the boolean value of the chart data. |
21+
| [DateTimeValue](../../aspose.cells.charts/chartdatavalue/datetimevalue/) { get; } | Gets the DateTime value of the chart data. |
22+
| [DoubleValue](../../aspose.cells.charts/chartdatavalue/doublevalue/) { get; } | Gets the double value of the chart data. |
23+
| [IntValue](../../aspose.cells.charts/chartdatavalue/intvalue/) { get; } | Gets the Int value of the chart data. |
24+
| [StringValue](../../aspose.cells.charts/chartdatavalue/stringvalue/) { get; } | Gets the string value of the chart data. |
25+
| [ValueType](../../aspose.cells.charts/chartdatavalue/valuetype/) { get; } | Gets the value type of the chart data. |
26+
27+
### See Also
28+
29+
* namespace [Aspose.Cells.Charts](../../aspose.cells.charts/)
30+
* assembly [Aspose.Cells](../../)
31+
32+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: ChartDataValue.BoolValue
3+
second_title: Aspose.Cells for .NET API Reference
4+
description: ChartDataValue property. Gets the boolean value of the chart data
5+
type: docs
6+
url: /net/aspose.cells.charts/chartdatavalue/boolvalue/
7+
---
8+
## ChartDataValue.BoolValue property
9+
10+
Gets the boolean value of the chart data.
11+
12+
```csharp
13+
public bool BoolValue { get; }
14+
```
15+
16+
### See Also
17+
18+
* class [ChartDataValue](../)
19+
* namespace [Aspose.Cells.Charts](../../../aspose.cells.charts/)
20+
* assembly [Aspose.Cells](../../../)
21+
22+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: ChartDataValue.DateTimeValue
3+
second_title: Aspose.Cells for .NET API Reference
4+
description: ChartDataValue property. Gets the DateTime value of the chart data
5+
type: docs
6+
url: /net/aspose.cells.charts/chartdatavalue/datetimevalue/
7+
---
8+
## ChartDataValue.DateTimeValue property
9+
10+
Gets the DateTime value of the chart data.
11+
12+
```csharp
13+
public DateTime DateTimeValue { get; }
14+
```
15+
16+
### See Also
17+
18+
* class [ChartDataValue](../)
19+
* namespace [Aspose.Cells.Charts](../../../aspose.cells.charts/)
20+
* assembly [Aspose.Cells](../../../)
21+
22+

0 commit comments

Comments
 (0)