void ZeroChanged()
 {
     // Request.BeginAtZero = !Request.BeginAtZero;
     chartComponent.BeginAtZero(Request.BeginAtZero, Request.ChartType);
 }