Hello Christian,
Indeed, RadChart does not render id's for the areas in the image map. I have notified our developers of this, the fix is expected with the next release. I am afraid the solution here would be to add a second RadTooltipManager for the time being. Please, accept our apologies for the inconvenience caused.
Onto your other questions -- the PointMark will not be shown automatically when the tooltip is added. You will need to set its
Visible property to
true. You can rotate the item labels -- the property is
series.Appearance.LabelAppearance.RotationAngle. Here is an example:
| <Series> |
| <telerik:ChartSeries Name="Series 1" Type="Line"> |
| <Appearance> |
| <LabelAppearance RotationAngle="45"> |
| </LabelAppearance> |
| <PointMark Visible="True"> |
| </PointMark> |
| </Appearance> |
| <Items> |
| .... |
| </Items> |
| </telerik:ChartSeries> |
| </Series> |
Hope this helps.
Best regards,
Ves
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.