示例#1
0
 public static FrameworkElement getMonPointChart(
     IEnumerable<DGObject> objs, double width, double height)
 {
     MonPointChart chart = new MonPointChart(width, height);
     chart.setObjs(objs);
     return chart;
 }
示例#2
0
        public static FrameworkElement getMonPointChart(
            IEnumerable <DGObject> objs, double width, double height)
        {
            MonPointChart chart = new MonPointChart(width, height);

            chart.setObjs(objs);
            return(chart);
        }