| CBCGPChartLegendCell* CBCGPChartLegendVisualObject::GetLegendCell | ( | int | nEntryIndex, |
| int | nCellIndex | ||
| ) | const |
Returns a legend cell located at specified index
Call this method to retrieve a cell located within an entry specified by nEntryIndex. It will be NULL if one of the indexes is out of range.
| nEntryIndex | a zero-based entry index |
| nCellIndex | a zero-based cell index |