problem with radar series in WebChart
Posted: Mon Feb 09, 2004 5:53 am
If I set up the following
' radarSeries1.Add(2.5, "Service Desk")
Then run the program - I do not get a split in the "Service Desk" Label.
The following method shoes the Label to be '2.5'
Can you advise what I'm doing wrong - radarChart is a Web Chart
Private Sub radarChart_GetAxisLabel(ByVal sender As Object, ByVal e As
Steema.TeeChart.GetAxisLabelEventArgs) Handles radarChart.GetAxisLabel
If sender Is (radarChart.Chart.Axes.Item(0)) Then
e.LabelText.Split(" ")
End If
End Sub
Thanks
Mike McCann
' radarSeries1.Add(2.5, "Service Desk")
Then run the program - I do not get a split in the "Service Desk" Label.
The following method shoes the Label to be '2.5'
Can you advise what I'm doing wrong - radarChart is a Web Chart
Private Sub radarChart_GetAxisLabel(ByVal sender As Object, ByVal e As
Steema.TeeChart.GetAxisLabelEventArgs) Handles radarChart.GetAxisLabel
If sender Is (radarChart.Chart.Axes.Item(0)) Then
e.LabelText.Split(" ")
End If
End Sub
Thanks
Mike McCann