Code: Select all
protected override void ChartEvent( EventArgs e ) { } // => base.ChartEvent( e );
Code: Select all
protected override void ChartEvent( EventArgs e ) { } // => base.ChartEvent( e );
Line.Add( point.Date, point.Value, point.Label, color );
to Line.Add( Utils.DateTime( point.Date ), point.Value, point.Label, color );