Chart.IsReferedByChart

Chart.IsReferedByChart method

Returns whether the cell refered by the chart.

[Obsolete("Use Chart.IsCellReferedByChart(int,int,int) method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsReferedByChart(int rowIndex, int columnIndex)
ParameterTypeDescription
rowIndexInt32The row index
columnIndexInt32The 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