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)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | The row index |
columnIndex | Int32 | 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
- class Chart
- namespace Aspose.Cells.Charts
- assembly Aspose.Cells