Ejemplo n.º 1
0
 private static int GetBarLength(BarChartDataPoint dataPoint, double unitLength)
 {
     return (int) Math.Round(unitLength * dataPoint.Value);
 }
Ejemplo n.º 2
0
 private static int GetBarLength(BarChartDataPoint dataPoint, double unitLength)
 {
     return((int)Math.Round(unitLength * dataPoint.Value));
 }