Thanks for the post.
An additional tip here. The default setting is like below,
An additional tip here. The default setting is like below,
var lineSeries = new LineSeries
{
TrackerFormatString = "{0} " + Environment.NewLine + "{1}: {2} " + Environment.NewLine + "{3}: {4} ",
}
You can modify it based on that. Also note that the {0} would be used in Legend Title.