is_refered_by_chart method
is_refered_by_chart
Returns whether the cell refered by the chart.
Returns
def is_refered_by_chart(self, row_index, column_index):
...
Parameter | Type | Description |
---|---|---|
row_index | int | The row index |
column_index | int | The column index |
Remarks
NOTE: This method is now obsolete. Instead, please use IsCellReferedByChart(int,int,int) method. This method will be removed 12 months later since April 2023. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells.charts
- class
Chart