/// <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); }
/// <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)); }