Please see the screen cap below for reference.
1) On the Legend, I'd like the first text to be lower - at the level of the top of the pie chart. Here is my current code for that:
Dim legend As New UltraItemLegend() Me.Controls.Add(legend) legend.Anchor = AnchorStyles.None legend.Dock = DockStyle.Right legend.Top = pieChart.Top legend.Height = 460 pieChart.Legend = legend legend.BringToFront()
2) When I mouseover other slices I do not get any mouseover text like I do with the UltraCategoryChart bar chart. It would be idea to see "Requested 45" for example when I mouseover the green area.
Thanks!
Forgot the example: