<ChartTooltipSettings Enable="true">
<Template>
@{
var data = context as IPointInformation;
<div>
<span>@DataSource[(int)data.SeriesIndex].MyCustomFieldWithExtraInfo</span>
</div>
}
</Template>
</ChartTooltipSettings>
I want to do something like the above? any advice