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):
    ...
ParameterTypeDescription
row_indexintThe row index
column_indexintThe 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