示例#1
0
 /// <summary>
 /// Maps the specified DOM chart.
 /// </summary>
 /// <param name="domChart">The DOM chart.</param>
 /// <returns></returns>
 public static ChartFrame Map(DocumentObjectModel.Shapes.Charts.Chart domChart)
 {
     ChartMapper mapper = new ChartMapper();
     return mapper.MapObject(domChart);
 }
示例#2
0
        /// <summary>
        /// Maps the specified DOM chart.
        /// </summary>
        /// <param name="domChart">The DOM chart.</param>
        /// <returns></returns>
        public static ChartFrame Map(DocumentObjectModel.Shapes.Charts.Chart domChart)
        {
            ChartMapper mapper = new ChartMapper();

            return(mapper.MapObject(domChart));
        }