------------------------------------------------------------------------------
| 825 | |
| 826 | //------------------------------------------------------------------------------ |
| 827 | const char* vtkSpiderPlotActor::GetAxisLabel(int i) |
| 828 | { |
| 829 | if (i < 0) |
| 830 | { |
| 831 | return nullptr; |
| 832 | } |
| 833 | |
| 834 | return this->Labels->at(i).c_str(); |
| 835 | } |
| 836 | |
| 837 | //------------------------------------------------------------------------------ |
| 838 | int vtkSpiderPlotActor::GetNumberOfAxisLabels() |