You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
95
95
|[ChartCollection](../com.aspose.cells/chartcollection)| Encapsulates a collection of [Chart](../com.aspose.cells/chart) objects. |
96
96
|[ChartColorPaletteType](../com.aspose.cells/chartcolorpalettetype)| Enumerates all Monochromatic Palettes used in Excel chart. |
97
97
|[ChartDataTable](../com.aspose.cells/chartdatatable)| Represents a chart data table. |
98
+
|[ChartDataValue](../com.aspose.cells/chartdatavalue)| Encapsulates chart data value |
98
99
|[ChartFrame](../com.aspose.cells/chartframe)| Encapsulates the object that represents the frame object in a chart. |
99
100
|[ChartGlobalizationSettings](../com.aspose.cells/chartglobalizationsettings)| Represents the globalization settings for chart. |
100
101
|[ChartLineFormattingType](../com.aspose.cells/chartlineformattingtype)| Represents line format type of chart line. |
@@ -177,6 +178,7 @@ Provides core apis and features to manipulate spreadsheet files and data directl
177
178
|[DataBarBorderType](../com.aspose.cells/databarbordertype)| Specifies the border type of a data bar. |
178
179
|[DataBarFillType](../com.aspose.cells/databarfilltype)| Specifies how a data bar is filled with color. |
179
180
|[DataBarNegativeColorType](../com.aspose.cells/databarnegativecolortype)| Specifies whether to use the same border and fill color as positive data bars. |
181
+
|[DataBarRenderMode](../com.aspose.cells/databarrendermode)| Represents the DataBar render mode. |
180
182
|[DataLabelShapeType](../com.aspose.cells/datalabelshapetype)| Specifies the preset shape geometry that is to be used for a chart. |
181
183
|[DataLabels](../com.aspose.cells/datalabels)| Encapsulates a collection of all the DataLabel objects for the specified Series. |
182
184
|[DataLabelsSeparatorType](../com.aspose.cells/datalabelsseparatortype)| Represents the separator type of DataLabels. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/arcshape/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ Represents the arc shape.
194
194
|[isSmartArt()](#isSmartArt--)| Indicates whether the shape is a smart art. |
195
195
|[isTextWrapped()](#isTextWrapped--)| Gets the text wrapped type of the shape which contains text. |
196
196
|[isWordArt()](#isWordArt--)| Indicates whether this shape is a word art. |
197
-
|[moveToRange(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)](#moveToRange-int-int-int-int-)| Moves the shape to a specified range. |
197
+
|[moveToRange(int topRow, int leftColumn, int bottomRow, int rightColumn)](#moveToRange-int-int-int-int-)| Moves the shape to a specified range. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/axis/_index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ From the following codes , you can learn how to set unit, maximum and minimum va
71
71
|[getAxisTexts()](#getAxisTexts--)| Gets the labels of the axis after call Chart.Calculate() method. |
72
72
|[getBaseUnitScale()](#getBaseUnitScale--)| Represents the base unit scale for the category axis. |
73
73
|[getBins()](#getBins--)| Represents bins on a chart(Histogram/Pareto) axis |
74
-
|[getCategoryType()](#getCategoryType--)| Represents the category axis type. |
74
+
|[getCategoryType()](#getCategoryType--)| Represents the type of the category axis. |
75
75
|[getClass()](#getClass--)||
76
76
|[getCrossAt()](#getCrossAt--)| Represents the point on the value axis where the category axis crosses it. |
77
77
|[getCrossType()](#getCrossType--)| Represents the [getCrossType()](../../com.aspose.cells/axis\#getCrossType--) on the specified axis where the other axis crosses. |
@@ -95,7 +95,7 @@ From the following codes , you can learn how to set unit, maximum and minimum va
95
95
|[getTickLabelSpacing()](#getTickLabelSpacing--)| Represents the number of categories or series between tick-mark labels. |
96
96
|[getTickLabels()](#getTickLabels--)| Returns a [getTickLabels()](../../com.aspose.cells/axis\#getTickLabels--) object that represents the tick-mark labels for the specified axis. |
97
97
|[getTickMarkSpacing()](#getTickMarkSpacing--)| Returns or sets the number of categories or series between tick marks. |
98
-
|[getTitle()](#getTitle--)| Gets the axis' title. |
98
+
|[getTitle()](#getTitle--)| Gets the title of this axis in the chart. |
99
99
|[hasMultiLevelLabels()](#hasMultiLevelLabels--)| Indicates whether the labels shall be shown as multi level. |
100
100
|[hashCode()](#hashCode--)||
101
101
|[isAutoTickLabelSpacing()](#isAutoTickLabelSpacing--)| Indicates whether the spacing of tick label is automatic |
@@ -118,7 +118,7 @@ From the following codes , you can learn how to set unit, maximum and minimum va
118
118
|[setAxisBetweenCategories(boolean value)](#setAxisBetweenCategories-boolean-)| Represents if the value axis crosses the category axis between categories. |
119
119
|[setBaseUnitAuto(boolean value)](#setBaseUnitAuto-boolean-)| Represents whether the base unit is automatic. |
120
120
|[setBaseUnitScale(int value)](#setBaseUnitScale-int-)| Represents the base unit scale for the category axis. |
121
-
|[setCategoryType(int value)](#setCategoryType-int-)| Represents the category axis type. |
121
+
|[setCategoryType(int value)](#setCategoryType-int-)| Represents the type of the category axis. |
122
122
|[setCrossAt(double value)](#setCrossAt-double-)| Represents the point on the value axis where the category axis crosses it. |
123
123
|[setCrossType(int value)](#setCrossType-int-)| Represents the [getCrossType()](../../com.aspose.cells/axis\#getCrossType--) on the specified axis where the other axis crosses. |
124
124
|[setCustUnit(int value)](#setCustUnit-int-)| Specifies a custom value for the display unit. |
@@ -251,7 +251,7 @@ public int getCategoryType()
251
251
```
252
252
253
253
254
-
Represents the category axis type.
254
+
Represents the type of the category axis.
255
255
256
256
See [CategoryType](../../com.aspose.cells/categorytype).
257
257
@@ -359,7 +359,7 @@ public double getLogBase()
359
359
```
360
360
361
361
362
-
Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
362
+
Represents the logarithmic base. Default value is 10.
363
363
364
364
**Returns:**
365
365
double
@@ -566,7 +566,7 @@ public Title getTitle()
566
566
```
567
567
568
568
569
-
Gets the axis' title.
569
+
Gets the title of this axis in the chart.
570
570
571
571
**Returns:**
572
572
[Title](../../com.aspose.cells/title)
@@ -834,7 +834,7 @@ public void setCategoryType(int value)
834
834
```
835
835
836
836
837
-
Represents the category axis type.
837
+
Represents the type of the category axis.
838
838
839
839
See [CategoryType](../../com.aspose.cells/categorytype).
840
840
@@ -977,7 +977,7 @@ public void setLogBase(double value)
977
977
```
978
978
979
979
980
-
Represents the logarithmic base. Default value is 10.Only applies for Excel2007.
980
+
Represents the logarithmic base. Default value is 10.
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/button/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ Represents the Forms control: Button
171
171
|[isSmartArt()](#isSmartArt--)| Indicates whether the shape is a smart art. |
172
172
|[isTextWrapped()](#isTextWrapped--)| Gets the text wrapped type of the shape which contains text. |
173
173
|[isWordArt()](#isWordArt--)| Indicates whether this shape is a word art. |
174
-
|[moveToRange(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)](#moveToRange-int-int-int-int-)| Moves the shape to a specified range. |
174
+
|[moveToRange(int topRow, int leftColumn, int bottomRow, int rightColumn)](#moveToRange-int-int-int-int-)| Moves the shape to a specified range. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/cellsdrawing/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ Represents the auto shape and drawing object.
136
136
|[isSmartArt()](#isSmartArt--)| Indicates whether the shape is a smart art. |
137
137
|[isTextWrapped()](#isTextWrapped--)| Gets the text wrapped type of the shape which contains text. |
138
138
|[isWordArt()](#isWordArt--)| Indicates whether this shape is a word art. |
139
-
|[moveToRange(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)](#moveToRange-int-int-int-int-)| Moves the shape to a specified range. |
139
+
|[moveToRange(int topRow, int leftColumn, int bottomRow, int rightColumn)](#moveToRange-int-int-int-int-)| Moves the shape to a specified range. |
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/chart/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ The following codes show how to create a chart with .Net codes.
107
107
|[isChartDataChanged()](#isChartDataChanged--)| Detects if a chart's data source has changed. |
108
108
|[isRectangularCornered()](#isRectangularCornered--)| Gets a value indicating whether the chart area is rectangular cornered. |
109
109
|[isReferedByChart(int rowIndex, int columnIndex)](#isReferedByChart-int-int-)| Returns whether the cell refered by the chart. |
110
-
|[move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)](#move-int-int-int-int-)| Moves the chart to a specified location. |
110
+
|[move(int topRow, int leftColumn, int bottomRow, int rightColumn)](#move-int-int-int-int-)| Moves the chart to a specified location. |
111
111
|[notify()](#notify--)||
112
112
|[notifyAll()](#notifyAll--)||
113
113
|[refreshPivotData()](#refreshPivotData--)| Refreshes chart's data from pivot table. |
@@ -899,9 +899,9 @@ NOTE: This method is now obsolete. Instead, please use IsCellReferedByChart(int,
899
899
900
900
**Returns:**
901
901
boolean -
902
-
### move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn) {#move-int-int-int-int-}
902
+
### move(int topRow, int leftColumn, int bottomRow, int rightColumn) {#move-int-int-int-int-}
903
903
```
904
-
public void move(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
904
+
public void move(int topRow, int leftColumn, int bottomRow, int rightColumn)
905
905
```
906
906
907
907
@@ -910,10 +910,10 @@ Moves the chart to a specified location.
910
910
**Parameters:**
911
911
| Parameter | Type | Description |
912
912
| --- | --- | --- |
913
-
|upperLeftRow| int | Upper left row index. |
914
-
|upperLeftColumn| int | Upper left column index. |
915
-
|lowerRightRow| int | Lower right row index |
916
-
|lowerRightColumn| int | Lower right column index |
Copy file name to clipboardExpand all lines: english/java/com.aspose.cells/chartcollection/_index.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Encapsulates a collection of [Chart](../../com.aspose.cells/chart) objects.
26
26
| Method | Description |
27
27
| --- | --- |
28
28
|[add(byte[] data, String dataRange, boolean isVertical, int topRow, int leftColumn, int rightRow, int bottomColumn)](#add-byte---java.lang.String-boolean-int-int-int-int-)| Adds a chart with preset template. |
29
-
|[add(int type, int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)](#add-int-int-int-int-int-)| Adds a chart to the collection. |
29
+
|[add(int type, int topRow, int leftColumn, int bottomRow, int rightColumn)](#add-int-int-int-int-int-)| Adds a chart to the collection. |
30
30
|[add(int type, String dataRange, boolean isVertical, int topRow, int leftColumn, int rightRow, int bottomColumn)](#add-int-java.lang.String-boolean-int-int-int-int-)| Adds a chart to the collection. |
31
31
|[add(int type, String dataRange, int topRow, int leftColumn, int rightRow, int bottomColumn)](#add-int-java.lang.String-int-int-int-int-)| Adds a chart to the collection. |
32
32
|[add(Object o)](#add-java.lang.Object-)| Adds an item to the CollectionBase instance. |
@@ -70,9 +70,9 @@ Adds a chart with preset template.
70
70
71
71
**Returns:**
72
72
int - [Chart](../../com.aspose.cells/chart) object index.
73
-
### add(int type, int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn) {#add-int-int-int-int-int-}
73
+
### add(int type, int topRow, int leftColumn, int bottomRow, int rightColumn) {#add-int-int-int-int-int-}
74
74
```
75
-
public int add(int type, int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn)
75
+
public int add(int type, int topRow, int leftColumn, int bottomRow, int rightColumn)
76
76
```
77
77
78
78
@@ -82,10 +82,10 @@ Adds a chart to the collection.
82
82
| Parameter | Type | Description |
83
83
| --- | --- | --- |
84
84
| type | int |[ChartType](../../com.aspose.cells/charttype). Chart type |
85
-
|upperLeftRow| int | Upper left row index. |
86
-
|upperLeftColumn| int | Upper left column index. |
87
-
|lowerRightRow| int | Lower right row index |
88
-
|lowerRightColumn| int | Lower right column index |
85
+
|topRow| int | Upper left row index. |
86
+
|leftColumn| int | Upper left column index. |
87
+
|bottomRow| int | Lower right row index |
88
+
|rightColumn| int | Lower right column index |
89
89
90
90
**Returns:**
91
91
int - [Chart](../../com.aspose.cells/chart) object index.
0 commit comments