public Vector3 GetTitlePosition(Title title)
 {
     return(chartPosition + title.location.GetPosition(chartWidth, chartHeight));
 }