Skip to content

Commit 47142bc

Browse files
release Aspose.Cells for .NET 26.3
1 parent 8d51f5a commit 47142bc

56 files changed

Lines changed: 232 additions & 62 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/axis/baseunitscale/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public TimeUnit BaseUnitScale { get; set; }
1515

1616
### Remarks
1717

18-
Setting this property only takes effect when the CategoryType property is set to TimeScale.
18+
Only takes effect when the CategoryType property is set to TimeScale.
1919

2020
### Examples
2121

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Represents bins on a chart(Histogram/Pareto) axis
1313
public AxisBins Bins { get; }
1414
```
1515

16+
### Remarks
17+
18+
Only for Histogram or Pareto chart.
19+
1620
### Examples
1721

1822
```csharp

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Indicates whether the axis bins are automatic.
1313
public bool IsAutomatic { get; set; }
1414
```
1515

16+
### Remarks
17+
18+
If [`Width`](../width/) or [`Count`](../count/) is called, the value will be false.
19+
1620
### Examples
1721

1822
```csharp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The data source.
1919

2020
### Remarks
2121

22-
Only supports range.
22+
Only supports range. If the Series.Values, Name, and XValues are in a continuous range, a range contains them will be returned.
2323

2424
### Examples
2525

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public class ChartArea : ChartFrame
1919
| --- | --- |
2020
| virtual [Area](../../aspose.cells.charts/chartframe/area/) { get; } | Gets the [`area`](../chartframe/area/).(Inherited from [`ChartFrame`](../chartframe/).) |
2121
| virtual [AutoScaleFont](../../aspose.cells.charts/chartframe/autoscalefont/) { getset; } | True if the text in the object changes font size when the object size changes. The default value is True.(Inherited from [`ChartFrame`](../chartframe/).) |
22-
| [Background](../../aspose.cells.charts/chartframe/background/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background(Inherited from [`ChartFrame`](../chartframe/).) |
23-
| [BackgroundMode](../../aspose.cells.charts/chartframe/backgroundmode/) { getset; } | Gets and sets the display mode of the background(Inherited from [`ChartFrame`](../chartframe/).) |
22+
| [Background](../../aspose.cells.charts/chartframe/background/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions.(Inherited from [`ChartFrame`](../chartframe/).) |
23+
| [BackgroundMode](../../aspose.cells.charts/chartframe/backgroundmode/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions.(Inherited from [`ChartFrame`](../chartframe/).) |
2424
| virtual [Border](../../aspose.cells.charts/chartframe/border/) { get; } | Gets the [`border`](../../aspose.cells.drawing/line/).(Inherited from [`ChartFrame`](../chartframe/).) |
2525
| [DefaultHeight](../../aspose.cells.charts/chartframe/defaultheight/) { get; } | (**Obsolete.**) Represents height of default position in units of 1/4000 of the chart area.(Inherited from [`ChartFrame`](../chartframe/).) |
2626
| [DefaultHeightRatioToChart](../../aspose.cells.charts/chartframe/defaultheightratiotochart/) { get; } | Represents height of default position in units of Fraction of the chart area.(Inherited from [`ChartFrame`](../chartframe/).) |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public class ChartFrame
1919
| --- | --- |
2020
| virtual [Area](../../aspose.cells.charts/chartframe/area/) { get; } | Gets the [`area`](./area/). |
2121
| virtual [AutoScaleFont](../../aspose.cells.charts/chartframe/autoscalefont/) { getset; } | True if the text in the object changes font size when the object size changes. The default value is True. |
22-
| [Background](../../aspose.cells.charts/chartframe/background/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background |
23-
| [BackgroundMode](../../aspose.cells.charts/chartframe/backgroundmode/) { getset; } | Gets and sets the display mode of the background |
22+
| [Background](../../aspose.cells.charts/chartframe/background/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. |
23+
| [BackgroundMode](../../aspose.cells.charts/chartframe/backgroundmode/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions. |
2424
| virtual [Border](../../aspose.cells.charts/chartframe/border/) { get; } | Gets the [`border`](../../aspose.cells.drawing/line/). |
2525
| [DefaultHeight](../../aspose.cells.charts/chartframe/defaultheight/) { get; } | (**Obsolete.**) Represents height of default position in units of 1/4000 of the chart area. |
2626
| [DefaultHeightRatioToChart](../../aspose.cells.charts/chartframe/defaultheightratiotochart/) { get; } | Represents height of default position in units of Fraction of the chart area. |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
title: ChartFrame.Background
33
second_title: Aspose.Cells for .NET API Reference
4-
description: ChartFrame property. Gets and sets the display mode of the background
4+
description: ChartFrame property. Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions
55
type: docs
66
url: /net/aspose.cells.charts/chartframe/background/
77
---
88
## ChartFrame.Background property
99

10-
Gets and sets the display mode of the background
10+
Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions.
1111

1212
```csharp
13-
[Obsolete("Use ChartFrame.BackgroundMode property instead.")]
13+
[Obsolete("Use ChartFrame.Area.FillFormat.FillType property instead.")]
1414
[EditorBrowsable(EditorBrowsableState.Never)]
1515
public BackgroundMode Background { get; set; }
1616
```
1717

1818
### Remarks
1919

20-
NOTE: This member is now obsolete. Instead, please use ChartFrame.BackgroundMode property. This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
20+
NOTE: This member is now obsolete. Instead, please use ChartFrame.Area.FillFormat.FillType property. For example, If you need to set the BackgroundMode to Opaque, you can use the following code: Area.FillFormat.FillType = FillType.Solid; Area.FillFormat.SolidFill.Color = Color.Red; This property will be removed 12 months later since JANUARY 2012. Aspose apologizes for any inconvenience you may have experienced.
2121

2222
### Examples
2323

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
---
22
title: ChartFrame.BackgroundMode
33
second_title: Aspose.Cells for .NET API Reference
4-
description: ChartFrame property. Gets and sets the display mode of the background
4+
description: ChartFrame property. Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions
55
type: docs
66
url: /net/aspose.cells.charts/chartframe/backgroundmode/
77
---
88
## ChartFrame.BackgroundMode property
99

10-
Gets and sets the display mode of the background
10+
Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions.
1111

1212
```csharp
13+
[Obsolete("Use ChartFrame.Area.FillFormat.FillType property instead.")]
14+
[EditorBrowsable(EditorBrowsableState.Never)]
1315
public BackgroundMode BackgroundMode { get; set; }
1416
```
1517

18+
### Remarks
19+
20+
NOTE: This member is now obsolete. Instead, please use ChartFrame.Area.FillFormat.FillType property. For example, If you need to set the BackgroundMode to Opaque, you can use the following code: Area.FillFormat.FillType = FillType.Solid; Area.FillFormat.SolidFill.Color = Color.Red; This property will be removed 12 months later since February 2026. Aspose apologizes for any inconvenience you may have experienced.
21+
1622
### Examples
1723

1824
```csharp

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ True if the frame has a shadow.
1313
public bool Shadow { get; set; }
1414
```
1515

16+
### Remarks
17+
18+
Only for charts in xls file.
19+
1620
### Examples
1721

1822
```csharp

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public class ChartTextFrame : ChartFrame
1919
| --- | --- |
2020
| virtual [Area](../../aspose.cells.charts/chartframe/area/) { get; } | Gets the [`area`](../chartframe/area/).(Inherited from [`ChartFrame`](../chartframe/).) |
2121
| virtual [AutoScaleFont](../../aspose.cells.charts/chartframe/autoscalefont/) { getset; } | True if the text in the object changes font size when the object size changes. The default value is True.(Inherited from [`ChartFrame`](../chartframe/).) |
22-
| [Background](../../aspose.cells.charts/chartframe/background/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background(Inherited from [`ChartFrame`](../chartframe/).) |
23-
| [BackgroundMode](../../aspose.cells.charts/chartframe/backgroundmode/) { getset; } | Gets and sets the display mode of the background(Inherited from [`ChartFrame`](../chartframe/).) |
22+
| [Background](../../aspose.cells.charts/chartframe/background/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions.(Inherited from [`ChartFrame`](../chartframe/).) |
23+
| [BackgroundMode](../../aspose.cells.charts/chartframe/backgroundmode/) { getset; } | (**Obsolete.**) Gets and sets the display mode of the background. This property is only valid in Excel 2003 or earlier versions.(Inherited from [`ChartFrame`](../chartframe/).) |
2424
| virtual [Border](../../aspose.cells.charts/chartframe/border/) { get; } | Gets the [`border`](../../aspose.cells.drawing/line/).(Inherited from [`ChartFrame`](../chartframe/).) |
2525
| [DefaultHeight](../../aspose.cells.charts/chartframe/defaultheight/) { get; } | (**Obsolete.**) Represents height of default position in units of 1/4000 of the chart area.(Inherited from [`ChartFrame`](../chartframe/).) |
2626
| [DefaultHeightRatioToChart](../../aspose.cells.charts/chartframe/defaultheightratiotochart/) { get; } | Represents height of default position in units of Fraction of the chart area.(Inherited from [`ChartFrame`](../chartframe/).) |

0 commit comments

Comments
 (0)