Scenario: I did create Custom1 to Custom5 axes and want to delete Custom3 and Custom 4 - programatically - h

Thanks,
hugh...
Code: Select all
Private Sub Command1_Click()
TChart1.Axis.RemoveCustom 3
TChart1.Axis.RemoveCustom 2
End Sub
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
![]() ![]() ![]() ![]() ![]() ![]() |
Instructions - How to post in this forum |